public class AutoStartDefaults extends DynamicData
Java class for AutoStartDefaults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoStartDefaults">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="startDelay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="stopDelay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="waitForHeartbeat" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="stopAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enabled |
protected Integer |
startDelay |
protected String |
stopAction |
protected Integer |
stopDelay |
protected Boolean |
waitForHeartbeat |
| Constructor and Description |
|---|
AutoStartDefaults() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getStartDelay()
Gets the value of the startDelay property.
|
String |
getStopAction()
Gets the value of the stopAction property.
|
Integer |
getStopDelay()
Gets the value of the stopDelay property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isWaitForHeartbeat()
Gets the value of the waitForHeartbeat property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setStartDelay(Integer value)
Sets the value of the startDelay property.
|
void |
setStopAction(String value)
Sets the value of the stopAction property.
|
void |
setStopDelay(Integer value)
Sets the value of the stopDelay property.
|
void |
setWaitForHeartbeat(Boolean value)
Sets the value of the waitForHeartbeat property.
|
protected Boolean enabled
protected Integer startDelay
protected Integer stopDelay
protected Boolean waitForHeartbeat
protected String stopAction
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic Integer getStartDelay()
Integerpublic void setStartDelay(Integer value)
value - allowed object is
Integerpublic Integer getStopDelay()
Integerpublic void setStopDelay(Integer value)
value - allowed object is
Integerpublic Boolean isWaitForHeartbeat()
Booleanpublic void setWaitForHeartbeat(Boolean value)
value - allowed object is
Booleanpublic String getStopAction()
StringCopyright © 2018. All rights reserved.