public class CannotPowerOffVmInCluster extends InvalidState
Java class for CannotPowerOffVmInCluster complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CannotPowerOffVmInCluster">
<complexContent>
<extension base="{urn:vim25}InvalidState">
<sequence>
<element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="vmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operation |
protected ManagedObjectReference |
vm |
protected String |
vmName |
faultCause, faultMessage| Constructor and Description |
|---|
CannotPowerOffVmInCluster() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
Gets the value of the operation property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
String |
getVmName()
Gets the value of the vmName property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
void |
setVmName(String value)
Sets the value of the vmName property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String operation
protected ManagedObjectReference vm
protected String vmName
public String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVmName()
StringCopyright © 2018. All rights reserved.