public class ClusterDasVmConfigInfo extends DynamicData
Java class for ClusterDasVmConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasVmConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference"/>
<element name="restartPriority" type="{urn:vim25}DasVmPriority" minOccurs="0"/>
<element name="powerOffOnIsolation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dasSettings" type="{urn:vim25}ClusterDasVmSettings" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDasVmSettings |
dasSettings |
protected ManagedObjectReference |
key |
protected Boolean |
powerOffOnIsolation |
protected DasVmPriority |
restartPriority |
| Constructor and Description |
|---|
ClusterDasVmConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasVmSettings |
getDasSettings()
Gets the value of the dasSettings property.
|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
DasVmPriority |
getRestartPriority()
Gets the value of the restartPriority property.
|
Boolean |
isPowerOffOnIsolation()
Gets the value of the powerOffOnIsolation property.
|
void |
setDasSettings(ClusterDasVmSettings value)
Sets the value of the dasSettings property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
void |
setPowerOffOnIsolation(Boolean value)
Sets the value of the powerOffOnIsolation property.
|
void |
setRestartPriority(DasVmPriority value)
Sets the value of the restartPriority property.
|
protected ManagedObjectReference key
protected DasVmPriority restartPriority
protected Boolean powerOffOnIsolation
protected ClusterDasVmSettings dasSettings
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic DasVmPriority getRestartPriority()
DasVmPrioritypublic void setRestartPriority(DasVmPriority value)
value - allowed object is
DasVmPrioritypublic Boolean isPowerOffOnIsolation()
Booleanpublic void setPowerOffOnIsolation(Boolean value)
value - allowed object is
Booleanpublic ClusterDasVmSettings getDasSettings()
ClusterDasVmSettingspublic void setDasSettings(ClusterDasVmSettings value)
value - allowed object is
ClusterDasVmSettingsCopyright © 2018. All rights reserved.