Enum HyperVServerVirtualSwitchBandwidthReservationMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The bandwidth reservation mode of Hyper-V server virtual switch.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualSwitchBandwidthReservationMode
Fields
Absolute = 1The bandwidth reservation mode is absolute.
Default = 2The bandwidth reservation mode is default.
None = 3The bandwidth reservation mode is none.
Unknown = 0The bandwidth reservation mode is unknown.
Weight = 4The bandwidth reservation mode is weight.