com.hyper9.simdk.stubs.dao
Class FaultToleranceSecondaryOpResult

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

public class FaultToleranceSecondaryOpResult
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
FaultToleranceSecondaryOpResult()
           
 
Method Summary
 Boolean getPowerOnAttempted()
           
 ClusterPowerOnVmResult getPowerOnResult()
           
 VirtualMachine getVm()
           
 void setPowerOnAttempted(Boolean toSet)
           
 void setPowerOnResult(ClusterPowerOnVmResult toSet)
           
 void setVm(VirtualMachine 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

FaultToleranceSecondaryOpResult

public FaultToleranceSecondaryOpResult()
Method Detail

getVm

public VirtualMachine getVm()

setVm

public void setVm(VirtualMachine toSet)

getPowerOnAttempted

public Boolean getPowerOnAttempted()

setPowerOnAttempted

public void setPowerOnAttempted(Boolean toSet)

getPowerOnResult

public ClusterPowerOnVmResult getPowerOnResult()

setPowerOnResult

public void setPowerOnResult(ClusterPowerOnVmResult toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.