Package com.zerog.ia.auto.project.vapp
Class VirtualSystemEntityStartupInfo
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.vapp.VirtualSystemEntityStartupInfo
-
- All Implemented Interfaces:
Referenceable
public final class VirtualSystemEntityStartupInfo extends ProjectObject
Descriptor for generating startup information for a VirtualSystemEntity
-
-
Constructor Summary
Constructors Constructor Description VirtualSystemEntityStartupInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartActiongetStartAction()Startup Action of VMintgetStartOrder()Start order of TierlonggetStartupDelaySeconds()Startup Delay in secondsStopActiongetStopAction()Stop Action of the VMlonggetStopDelaySeconds()Stop Delay in secondsintgetStopOrder()Stop order of TiervoidsetStartAction(StartAction StartAction)Startup Action of VMvoidsetStartOrder(int StartOrder)Start order of TiervoidsetStartupDelaySeconds(long StartupDelaySeconds)Startup Delay in secondsvoidsetStopAction(StopAction StopAction)Stop Action of the VMvoidsetStopDelaySeconds(long StopDelaySeconds)Stop Delay in secondsvoidsetStopOrder(int StopOrder)Stop order of Tier-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getStartupDelaySeconds
public long getStartupDelaySeconds()
Startup Delay in seconds
-
setStartupDelaySeconds
public void setStartupDelaySeconds(long StartupDelaySeconds)
Startup Delay in seconds
-
getStopDelaySeconds
public long getStopDelaySeconds()
Stop Delay in seconds
-
setStopDelaySeconds
public void setStopDelaySeconds(long StopDelaySeconds)
Stop Delay in seconds
-
getStartAction
public StartAction getStartAction()
Startup Action of VM
-
setStartAction
public void setStartAction(StartAction StartAction)
Startup Action of VM
-
getStopAction
public StopAction getStopAction()
Stop Action of the VM
-
setStopAction
public void setStopAction(StopAction StopAction)
Stop Action of the VM
-
getStartOrder
public int getStartOrder()
Start order of Tier
-
setStartOrder
public void setStartOrder(int StartOrder)
Start order of Tier
-
getStopOrder
public int getStopOrder()
Stop order of Tier
-
setStopOrder
public void setStopOrder(int StopOrder)
Stop order of Tier
-
-