public class VirtualMachineDefaultPowerOpInfo extends DynamicData
Java class for VirtualMachineDefaultPowerOpInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineDefaultPowerOpInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="powerOffType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="suspendType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultPowerOffType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultSuspendType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultResetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="standbyAction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultPowerOffType |
protected String |
defaultResetType |
protected String |
defaultSuspendType |
protected String |
powerOffType |
protected String |
resetType |
protected String |
standbyAction |
protected String |
suspendType |
| Constructor and Description |
|---|
VirtualMachineDefaultPowerOpInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultPowerOffType()
Gets the value of the defaultPowerOffType property.
|
String |
getDefaultResetType()
Gets the value of the defaultResetType property.
|
String |
getDefaultSuspendType()
Gets the value of the defaultSuspendType property.
|
String |
getPowerOffType()
Gets the value of the powerOffType property.
|
String |
getResetType()
Gets the value of the resetType property.
|
String |
getStandbyAction()
Gets the value of the standbyAction property.
|
String |
getSuspendType()
Gets the value of the suspendType property.
|
void |
setDefaultPowerOffType(String value)
Sets the value of the defaultPowerOffType property.
|
void |
setDefaultResetType(String value)
Sets the value of the defaultResetType property.
|
void |
setDefaultSuspendType(String value)
Sets the value of the defaultSuspendType property.
|
void |
setPowerOffType(String value)
Sets the value of the powerOffType property.
|
void |
setResetType(String value)
Sets the value of the resetType property.
|
void |
setStandbyAction(String value)
Sets the value of the standbyAction property.
|
void |
setSuspendType(String value)
Sets the value of the suspendType property.
|
protected String powerOffType
protected String suspendType
protected String resetType
protected String defaultPowerOffType
protected String defaultSuspendType
protected String defaultResetType
protected String standbyAction
public String getPowerOffType()
Stringpublic void setPowerOffType(String value)
value - allowed object is
Stringpublic String getSuspendType()
Stringpublic void setSuspendType(String value)
value - allowed object is
Stringpublic String getResetType()
Stringpublic void setResetType(String value)
value - allowed object is
Stringpublic String getDefaultPowerOffType()
Stringpublic void setDefaultPowerOffType(String value)
value - allowed object is
Stringpublic String getDefaultSuspendType()
Stringpublic void setDefaultSuspendType(String value)
value - allowed object is
Stringpublic String getDefaultResetType()
Stringpublic void setDefaultResetType(String value)
value - allowed object is
Stringpublic String getStandbyAction()
StringCopyright © 2018. All rights reserved.