com.hyper9.simdk.stubs.dao
Class VirtualMachineRuntimeInfo

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

public class VirtualMachineRuntimeInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineRuntimeInfo()
           
 
Method Summary
 Calendar getBootTime()
           
 Boolean getCleanPowerOff()
           
 VirtualMachineConnectionState getConnectionState()
           
 VirtualMachineFaultToleranceState getFaultToleranceState()
           
 HostSystem getHost()
           
 Integer getMaxCpuUsage()
           
 Integer getMaxMemoryUsage()
           
 Long getMemoryOverhead()
           
 String getNeedSecondaryReason()
           
 Integer getNumMksConnections()
           
 VirtualMachinePowerState getPowerState()
           
 VirtualMachineQuestionInfo getQuestion()
           
 VirtualMachineRecordReplayState getRecordReplayState()
           
 Long getSuspendInterval()
           
 Calendar getSuspendTime()
           
 Boolean getToolsInstallerMounted()
           
 void setBootTime(Calendar toSet)
           
 void setCleanPowerOff(Boolean toSet)
           
 void setConnectionState(VirtualMachineConnectionState toSet)
           
 void setFaultToleranceState(VirtualMachineFaultToleranceState toSet)
           
 void setHost(HostSystem toSet)
           
 void setMaxCpuUsage(Integer toSet)
           
 void setMaxMemoryUsage(Integer toSet)
           
 void setMemoryOverhead(Long toSet)
           
 void setNeedSecondaryReason(String toSet)
           
 void setNumMksConnections(Integer toSet)
           
 void setPowerState(VirtualMachinePowerState toSet)
           
 void setQuestion(VirtualMachineQuestionInfo toSet)
           
 void setRecordReplayState(VirtualMachineRecordReplayState toSet)
           
 void setSuspendInterval(Long toSet)
           
 void setSuspendTime(Calendar toSet)
           
 void setToolsInstallerMounted(Boolean 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

VirtualMachineRuntimeInfo

public VirtualMachineRuntimeInfo()
Method Detail

getHost

public HostSystem getHost()

setHost

public void setHost(HostSystem toSet)

getConnectionState

public VirtualMachineConnectionState getConnectionState()

setConnectionState

public void setConnectionState(VirtualMachineConnectionState toSet)

getPowerState

public VirtualMachinePowerState getPowerState()

setPowerState

public void setPowerState(VirtualMachinePowerState toSet)

getFaultToleranceState

public VirtualMachineFaultToleranceState getFaultToleranceState()

setFaultToleranceState

public void setFaultToleranceState(VirtualMachineFaultToleranceState toSet)

getToolsInstallerMounted

public Boolean getToolsInstallerMounted()

setToolsInstallerMounted

public void setToolsInstallerMounted(Boolean toSet)

getSuspendTime

public Calendar getSuspendTime()

setSuspendTime

public void setSuspendTime(Calendar toSet)

getBootTime

public Calendar getBootTime()

setBootTime

public void setBootTime(Calendar toSet)

getSuspendInterval

public Long getSuspendInterval()

setSuspendInterval

public void setSuspendInterval(Long toSet)

getQuestion

public VirtualMachineQuestionInfo getQuestion()

setQuestion

public void setQuestion(VirtualMachineQuestionInfo toSet)

getMemoryOverhead

public Long getMemoryOverhead()

setMemoryOverhead

public void setMemoryOverhead(Long toSet)

getMaxCpuUsage

public Integer getMaxCpuUsage()

setMaxCpuUsage

public void setMaxCpuUsage(Integer toSet)

getMaxMemoryUsage

public Integer getMaxMemoryUsage()

setMaxMemoryUsage

public void setMaxMemoryUsage(Integer toSet)

getNumMksConnections

public Integer getNumMksConnections()

setNumMksConnections

public void setNumMksConnections(Integer toSet)

getRecordReplayState

public VirtualMachineRecordReplayState getRecordReplayState()

setRecordReplayState

public void setRecordReplayState(VirtualMachineRecordReplayState toSet)

getCleanPowerOff

public Boolean getCleanPowerOff()

setCleanPowerOff

public void setCleanPowerOff(Boolean toSet)

getNeedSecondaryReason

public String getNeedSecondaryReason()

setNeedSecondaryReason

public void setNeedSecondaryReason(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.