[This is preliminary documentation and subject to change.]
Enumerated variable for various bandwidth allocation policies.
typedef enum {
BDN_BANDWIDTH_POLICY_GUARANTEED, // The bandwidth is guaranteed to exist
BDN_BANDWIDTH_POLICY_REGULATED, // The bandwidth can be shared
} BDN_BADNWIDTH_POLICY;