public class VAppEntityConfigInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
destroyWithParent |
ManagedObjectReference |
key |
String |
startAction |
Integer |
startDelay |
Integer |
startOrder |
String |
stopAction |
Integer |
stopDelay |
String |
tag |
Boolean |
waitingForGuest |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VAppEntityConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDestroyWithParent() |
ManagedObjectReference |
getKey() |
String |
getStartAction() |
Integer |
getStartDelay() |
Integer |
getStartOrder() |
String |
getStopAction() |
Integer |
getStopDelay() |
String |
getTag() |
Boolean |
getWaitingForGuest() |
void |
setDestroyWithParent(Boolean destroyWithParent) |
void |
setKey(ManagedObjectReference key) |
void |
setStartAction(String startAction) |
void |
setStartDelay(Integer startDelay) |
void |
setStartOrder(Integer startOrder) |
void |
setStopAction(String stopAction) |
void |
setStopDelay(Integer stopDelay) |
void |
setTag(String tag) |
void |
setWaitingForGuest(Boolean waitingForGuest) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference key
public String tag
public Integer startOrder
public Integer startDelay
public Boolean waitingForGuest
public String startAction
public Integer stopDelay
public String stopAction
public Boolean destroyWithParent
public ManagedObjectReference getKey()
public String getTag()
public Integer getStartOrder()
public Integer getStartDelay()
public Boolean getWaitingForGuest()
public String getStartAction()
public Integer getStopDelay()
public String getStopAction()
public Boolean getDestroyWithParent()
public void setKey(ManagedObjectReference key)
public void setTag(String tag)
public void setStartOrder(Integer startOrder)
public void setStartDelay(Integer startDelay)
public void setWaitingForGuest(Boolean waitingForGuest)
public void setStartAction(String startAction)
public void setStopDelay(Integer stopDelay)
public void setStopAction(String stopAction)
public void setDestroyWithParent(Boolean destroyWithParent)
Copyright © 2011-2012. All Rights Reserved.