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