public class VAppEntityConfigInfo extends DynamicData
Java class for VAppEntityConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppEntityConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="startOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="startDelay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="waitingForGuest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="startAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stopDelay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="stopAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="destroyWithParent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
destroyWithParent |
protected ManagedObjectReference |
key |
protected String |
startAction |
protected Integer |
startDelay |
protected Integer |
startOrder |
protected String |
stopAction |
protected Integer |
stopDelay |
protected String |
tag |
protected Boolean |
waitingForGuest |
| Constructor and Description |
|---|
VAppEntityConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
String |
getStartAction()
Gets the value of the startAction property.
|
Integer |
getStartDelay()
Gets the value of the startDelay property.
|
Integer |
getStartOrder()
Gets the value of the startOrder property.
|
String |
getStopAction()
Gets the value of the stopAction property.
|
Integer |
getStopDelay()
Gets the value of the stopDelay property.
|
String |
getTag()
Gets the value of the tag property.
|
Boolean |
isDestroyWithParent()
Gets the value of the destroyWithParent property.
|
Boolean |
isWaitingForGuest()
Gets the value of the waitingForGuest property.
|
void |
setDestroyWithParent(Boolean value)
Sets the value of the destroyWithParent property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
void |
setStartAction(String value)
Sets the value of the startAction property.
|
void |
setStartDelay(Integer value)
Sets the value of the startDelay property.
|
void |
setStartOrder(Integer value)
Sets the value of the startOrder property.
|
void |
setStopAction(String value)
Sets the value of the stopAction property.
|
void |
setStopDelay(Integer value)
Sets the value of the stopDelay property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
void |
setWaitingForGuest(Boolean value)
Sets the value of the waitingForGuest property.
|
protected ManagedObjectReference key
protected String tag
protected Integer startOrder
protected Integer startDelay
protected Boolean waitingForGuest
protected String startAction
protected Integer stopDelay
protected String stopAction
protected Boolean destroyWithParent
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getTag()
Stringpublic void setTag(String value)
value - allowed object is
Stringpublic Integer getStartOrder()
Integerpublic void setStartOrder(Integer value)
value - allowed object is
Integerpublic Integer getStartDelay()
Integerpublic void setStartDelay(Integer value)
value - allowed object is
Integerpublic Boolean isWaitingForGuest()
Booleanpublic void setWaitingForGuest(Boolean value)
value - allowed object is
Booleanpublic String getStartAction()
Stringpublic void setStartAction(String value)
value - allowed object is
Stringpublic Integer getStopDelay()
Integerpublic void setStopDelay(Integer value)
value - allowed object is
Integerpublic String getStopAction()
Stringpublic void setStopAction(String value)
value - allowed object is
Stringpublic Boolean isDestroyWithParent()
BooleanCopyright © 2018. All rights reserved.