public class DVSTrafficShapingPolicy extends InheritablePolicy
Java class for DVSTrafficShapingPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSTrafficShapingPolicy">
<complexContent>
<extension base="{urn:vim25}InheritablePolicy">
<sequence>
<element name="enabled" type="{urn:vim25}BoolPolicy" minOccurs="0"/>
<element name="averageBandwidth" type="{urn:vim25}LongPolicy" minOccurs="0"/>
<element name="peakBandwidth" type="{urn:vim25}LongPolicy" minOccurs="0"/>
<element name="burstSize" type="{urn:vim25}LongPolicy" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LongPolicy |
averageBandwidth |
protected LongPolicy |
burstSize |
protected BoolPolicy |
enabled |
protected LongPolicy |
peakBandwidth |
inherited| Constructor and Description |
|---|
DVSTrafficShapingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
LongPolicy |
getAverageBandwidth()
Gets the value of the averageBandwidth property.
|
LongPolicy |
getBurstSize()
Gets the value of the burstSize property.
|
BoolPolicy |
getEnabled()
Gets the value of the enabled property.
|
LongPolicy |
getPeakBandwidth()
Gets the value of the peakBandwidth property.
|
void |
setAverageBandwidth(LongPolicy value)
Sets the value of the averageBandwidth property.
|
void |
setBurstSize(LongPolicy value)
Sets the value of the burstSize property.
|
void |
setEnabled(BoolPolicy value)
Sets the value of the enabled property.
|
void |
setPeakBandwidth(LongPolicy value)
Sets the value of the peakBandwidth property.
|
isInherited, setInheritedprotected BoolPolicy enabled
protected LongPolicy averageBandwidth
protected LongPolicy peakBandwidth
protected LongPolicy burstSize
public BoolPolicy getEnabled()
BoolPolicypublic void setEnabled(BoolPolicy value)
value - allowed object is
BoolPolicypublic LongPolicy getAverageBandwidth()
LongPolicypublic void setAverageBandwidth(LongPolicy value)
value - allowed object is
LongPolicypublic LongPolicy getPeakBandwidth()
LongPolicypublic void setPeakBandwidth(LongPolicy value)
value - allowed object is
LongPolicypublic LongPolicy getBurstSize()
LongPolicypublic void setBurstSize(LongPolicy value)
value - allowed object is
LongPolicyCopyright © 2018. All rights reserved.