com.hyper9.simdk.stubs.dao
Class AutoStartPowerInfo
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.AutoStartPowerInfo
- All Implemented Interfaces:
- Serializable
public class AutoStartPowerInfo
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
AutoStartPowerInfo
public AutoStartPowerInfo()
getKey
public VirtualMachine getKey()
setKey
public void setKey(VirtualMachine toSet)
getStartOrder
public Integer getStartOrder()
setStartOrder
public void setStartOrder(Integer toSet)
getStartDelay
public Integer getStartDelay()
setStartDelay
public void setStartDelay(Integer toSet)
getWaitForHeartbeat
public AutoStartWaitHeartbeatSetting getWaitForHeartbeat()
setWaitForHeartbeat
public void setWaitForHeartbeat(AutoStartWaitHeartbeatSetting toSet)
getStartAction
public String getStartAction()
setStartAction
public void setStartAction(String toSet)
getStopDelay
public Integer getStopDelay()
setStopDelay
public void setStopDelay(Integer toSet)
getStopAction
public String getStopAction()
setStopAction
public void setStopAction(String toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.