public class HostNetworkTrafficShapingPolicy extends DynamicData
Java class for HostNetworkTrafficShapingPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNetworkTrafficShapingPolicy">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="averageBandwidth" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="peakBandwidth" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="burstSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
averageBandwidth |
protected Long |
burstSize |
protected Boolean |
enabled |
protected Long |
peakBandwidth |
| Constructor and Description |
|---|
HostNetworkTrafficShapingPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAverageBandwidth()
Gets the value of the averageBandwidth property.
|
Long |
getBurstSize()
Gets the value of the burstSize property.
|
Long |
getPeakBandwidth()
Gets the value of the peakBandwidth property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAverageBandwidth(Long value)
Sets the value of the averageBandwidth property.
|
void |
setBurstSize(Long value)
Sets the value of the burstSize property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setPeakBandwidth(Long value)
Sets the value of the peakBandwidth property.
|
protected Boolean enabled
protected Long averageBandwidth
protected Long peakBandwidth
protected Long burstSize
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic Long getAverageBandwidth()
Longpublic void setAverageBandwidth(Long value)
value - allowed object is
Longpublic Long getPeakBandwidth()
Longpublic void setPeakBandwidth(Long value)
value - allowed object is
Longpublic Long getBurstSize()
LongCopyright © 2018. All rights reserved.