com.hyper9.simdk.stubs.dao
Class VirtualMachineFlagInfo

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

public class VirtualMachineFlagInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineFlagInfo()
           
 
Method Summary
 Boolean getDisableAcceleration()
           
 Boolean getDiskUuidEnabled()
           
 Boolean getEnableLogging()
           
 String getHtSharing()
           
 String getMonitorType()
           
 Boolean getRecordReplayEnabled()
           
 Boolean getRunWithDebugInfo()
           
 Boolean getSnapshotDisabled()
           
 Boolean getSnapshotLocked()
           
 String getSnapshotPowerOffBehavior()
           
 Boolean getUseToe()
           
 String getVirtualExecUsage()
           
 String getVirtualMmuUsage()
           
 void setDisableAcceleration(Boolean toSet)
           
 void setDiskUuidEnabled(Boolean toSet)
           
 void setEnableLogging(Boolean toSet)
           
 void setHtSharing(String toSet)
           
 void setMonitorType(String toSet)
           
 void setRecordReplayEnabled(Boolean toSet)
           
 void setRunWithDebugInfo(Boolean toSet)
           
 void setSnapshotDisabled(Boolean toSet)
           
 void setSnapshotLocked(Boolean toSet)
           
 void setSnapshotPowerOffBehavior(String toSet)
           
 void setUseToe(Boolean toSet)
           
 void setVirtualExecUsage(String toSet)
           
 void setVirtualMmuUsage(String 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

VirtualMachineFlagInfo

public VirtualMachineFlagInfo()
Method Detail

getDisableAcceleration

public Boolean getDisableAcceleration()

setDisableAcceleration

public void setDisableAcceleration(Boolean toSet)

getEnableLogging

public Boolean getEnableLogging()

setEnableLogging

public void setEnableLogging(Boolean toSet)

getUseToe

public Boolean getUseToe()

setUseToe

public void setUseToe(Boolean toSet)

getRunWithDebugInfo

public Boolean getRunWithDebugInfo()

setRunWithDebugInfo

public void setRunWithDebugInfo(Boolean toSet)

getMonitorType

public String getMonitorType()

setMonitorType

public void setMonitorType(String toSet)

getHtSharing

public String getHtSharing()

setHtSharing

public void setHtSharing(String toSet)

getSnapshotDisabled

public Boolean getSnapshotDisabled()

setSnapshotDisabled

public void setSnapshotDisabled(Boolean toSet)

getSnapshotLocked

public Boolean getSnapshotLocked()

setSnapshotLocked

public void setSnapshotLocked(Boolean toSet)

getDiskUuidEnabled

public Boolean getDiskUuidEnabled()

setDiskUuidEnabled

public void setDiskUuidEnabled(Boolean toSet)

getVirtualMmuUsage

public String getVirtualMmuUsage()

setVirtualMmuUsage

public void setVirtualMmuUsage(String toSet)

getVirtualExecUsage

public String getVirtualExecUsage()

setVirtualExecUsage

public void setVirtualExecUsage(String toSet)

getSnapshotPowerOffBehavior

public String getSnapshotPowerOffBehavior()

setSnapshotPowerOffBehavior

public void setSnapshotPowerOffBehavior(String toSet)

getRecordReplayEnabled

public Boolean getRecordReplayEnabled()

setRecordReplayEnabled

public void setRecordReplayEnabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.