Package com.vmware.vim25
Class VAppEntityConfigInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.VAppEntityConfigInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getTag()voidsetDestroyWithParent(Boolean destroyWithParent) voidvoidsetStartAction(String startAction) voidsetStartDelay(Integer startDelay) voidsetStartOrder(Integer startOrder) voidsetStopAction(String stopAction) voidsetStopDelay(Integer stopDelay) voidvoidsetWaitingForGuest(Boolean waitingForGuest) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
key
-
tag
-
startOrder
-
startDelay
-
waitingForGuest
-
startAction
-
stopDelay
-
stopAction
-
destroyWithParent
-
-
Constructor Details
-
VAppEntityConfigInfo
public VAppEntityConfigInfo()
-
-
Method Details
-
getKey
-
getTag
-
getStartOrder
-
getStartDelay
-
getWaitingForGuest
-
getStartAction
-
getStopDelay
-
getStopAction
-
getDestroyWithParent
-
setKey
-
setTag
-
setStartOrder
-
setStartDelay
-
setWaitingForGuest
-
setStartAction
-
setStopDelay
-
setStopAction
-
setDestroyWithParent
-