Class VMwareVirtualSwitchTrafficShaping
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the traffic shaping settings configured on a VMware virtual switch.
public class VMwareVirtualSwitchTrafficShaping : GlobalSerializableClassicBase
- Inheritance
-
VMwareVirtualSwitchTrafficShaping
Constructors
VMwareVirtualSwitchTrafficShaping()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareVirtualSwitchTrafficShaping class.
public VMwareVirtualSwitchTrafficShaping()
Properties
AverageBandwidth
Gets or sets the average bandwidth configured in Kbs.
public long AverageBandwidth { get; set; }
Property Value
BurstSize
Gets or sets the burst size configured in Kbs.
public long BurstSize { get; set; }
Property Value
Enabled
Gets or sets whether traffic shaping is enabled.
public BooleanOption Enabled { get; set; }
Property Value
PeakBandwidth
Gets or sets the peak bandwidth configured in Kbs.
public long PeakBandwidth { get; set; }