Class VMwareDistributedSwitchTrafficShapingPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the traffic shaping policy applies to a distributed virtual switch port group, or port. This applies to vSphere 4.0 and above only.
public class VMwareDistributedSwitchTrafficShapingPolicy : BaseTypeSection
- Inheritance
-
VMwareDistributedSwitchTrafficShapingPolicy
Constructors
VMwareDistributedSwitchTrafficShapingPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchTrafficShapingPolicy class.
public VMwareDistributedSwitchTrafficShapingPolicy()
Properties
AverageBandwidth
Gets or sets the average bandwidth in kbits/s.
public VMwareLongPolicySetting AverageBandwidth { get; set; }
Property Value
BurstSize
Gets or sets the burst size in KB.
public VMwareLongPolicySetting BurstSize { get; set; }
Property Value
Enabled
Gets or sets whether traffic shaping is enabled.
public VMwareBooleanPolicySetting Enabled { get; set; }
Property Value
PeakBandwidth
Gets or sets the peak bandwidth in kbits/s.
public VMwareLongPolicySetting PeakBandwidth { get; set; }