Table of Contents

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

long

BurstSize

Gets or sets the burst size configured in Kbs.

public long BurstSize { get; set; }

Property Value

long

Enabled

Gets or sets whether traffic shaping is enabled.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

PeakBandwidth

Gets or sets the peak bandwidth configured in Kbs.

public long PeakBandwidth { get; set; }

Property Value

long