public class FaultToleranceSecondaryOpResult extends DynamicData
Java class for FaultToleranceSecondaryOpResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultToleranceSecondaryOpResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="powerOnAttempted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="powerOnResult" type="{urn:vim25}ClusterPowerOnVmResult" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
powerOnAttempted |
protected ClusterPowerOnVmResult |
powerOnResult |
protected ManagedObjectReference |
vm |
| Constructor and Description |
|---|
FaultToleranceSecondaryOpResult() |
| Modifier and Type | Method and Description |
|---|---|
ClusterPowerOnVmResult |
getPowerOnResult()
Gets the value of the powerOnResult property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
boolean |
isPowerOnAttempted()
Gets the value of the powerOnAttempted property.
|
void |
setPowerOnAttempted(boolean value)
Sets the value of the powerOnAttempted property.
|
void |
setPowerOnResult(ClusterPowerOnVmResult value)
Sets the value of the powerOnResult property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
protected ManagedObjectReference vm
protected boolean powerOnAttempted
protected ClusterPowerOnVmResult powerOnResult
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic boolean isPowerOnAttempted()
public void setPowerOnAttempted(boolean value)
public ClusterPowerOnVmResult getPowerOnResult()
ClusterPowerOnVmResultpublic void setPowerOnResult(ClusterPowerOnVmResult value)
value - allowed object is
ClusterPowerOnVmResultCopyright © 2018. All rights reserved.