public class AutoStartPowerInfo extends DynamicData
Java class for AutoStartPowerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoStartPowerInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference"/>
<element name="startOrder" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="startDelay" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="waitForHeartbeat" type="{urn:vim25}AutoStartWaitHeartbeatSetting"/>
<element name="startAction" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="stopDelay" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="stopAction" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
key |
protected String |
startAction |
protected int |
startDelay |
protected int |
startOrder |
protected String |
stopAction |
protected int |
stopDelay |
protected AutoStartWaitHeartbeatSetting |
waitForHeartbeat |
| Constructor and Description |
|---|
AutoStartPowerInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
String |
getStartAction()
Gets the value of the startAction property.
|
int |
getStartDelay()
Gets the value of the startDelay property.
|
int |
getStartOrder()
Gets the value of the startOrder property.
|
String |
getStopAction()
Gets the value of the stopAction property.
|
int |
getStopDelay()
Gets the value of the stopDelay property.
|
AutoStartWaitHeartbeatSetting |
getWaitForHeartbeat()
Gets the value of the waitForHeartbeat 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(int value)
Sets the value of the startDelay property.
|
void |
setStartOrder(int value)
Sets the value of the startOrder property.
|
void |
setStopAction(String value)
Sets the value of the stopAction property.
|
void |
setStopDelay(int value)
Sets the value of the stopDelay property.
|
void |
setWaitForHeartbeat(AutoStartWaitHeartbeatSetting value)
Sets the value of the waitForHeartbeat property.
|
protected ManagedObjectReference key
protected int startOrder
protected int startDelay
protected AutoStartWaitHeartbeatSetting waitForHeartbeat
protected String startAction
protected int stopDelay
protected String stopAction
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getStartOrder()
public void setStartOrder(int value)
public int getStartDelay()
public void setStartDelay(int value)
public AutoStartWaitHeartbeatSetting getWaitForHeartbeat()
AutoStartWaitHeartbeatSettingpublic void setWaitForHeartbeat(AutoStartWaitHeartbeatSetting value)
value - allowed object is
AutoStartWaitHeartbeatSettingpublic String getStartAction()
Stringpublic void setStartAction(String value)
value - allowed object is
Stringpublic int getStopDelay()
public void setStopDelay(int value)
public String getStopAction()
StringCopyright © 2018. All rights reserved.