com.hyper9.simdk.stubs.dao
Class VirtualMachineNetworkShaperInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VirtualMachineNetworkShaperInfo
All Implemented Interfaces:
Serializable

public class VirtualMachineNetworkShaperInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineNetworkShaperInfo()
           
 
Method Summary
 Long getAverageBps()
           
 Long getBurstSize()
           
 Boolean getEnabled()
           
 Long getPeakBps()
           
 void setAverageBps(Long toSet)
           
 void setBurstSize(Long toSet)
           
 void setEnabled(Boolean toSet)
           
 void setPeakBps(Long toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualMachineNetworkShaperInfo

public VirtualMachineNetworkShaperInfo()
Method Detail

getEnabled

public Boolean getEnabled()

setEnabled

public void setEnabled(Boolean toSet)

getPeakBps

public Long getPeakBps()

setPeakBps

public void setPeakBps(Long toSet)

getAverageBps

public Long getAverageBps()

setAverageBps

public void setAverageBps(Long toSet)

getBurstSize

public Long getBurstSize()

setBurstSize

public void setBurstSize(Long toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.