public class VirtualMachineNetworkShaperInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Long |
averageBps |
Long |
burstSize |
Boolean |
enabled |
Long |
peakBps |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualMachineNetworkShaperInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAverageBps() |
Long |
getBurstSize() |
Boolean |
getEnabled() |
Long |
getPeakBps() |
void |
setAverageBps(Long averageBps) |
void |
setBurstSize(Long burstSize) |
void |
setEnabled(Boolean enabled) |
void |
setPeakBps(Long peakBps) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic Boolean enabled
public Long peakBps
public Long averageBps
public Long burstSize
public Boolean getEnabled()
public Long getPeakBps()
public Long getAverageBps()
public Long getBurstSize()
public void setEnabled(Boolean enabled)
public void setPeakBps(Long peakBps)
public void setAverageBps(Long averageBps)
public void setBurstSize(Long burstSize)
Copyright © 2011-2012. All Rights Reserved.