public class InvalidPowerState extends InvalidState
Java class for InvalidPowerState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidPowerState">
<complexContent>
<extension base="{urn:vim25}InvalidState">
<sequence>
<element name="requestedState" type="{urn:vim25}VirtualMachinePowerState" minOccurs="0"/>
<element name="existingState" type="{urn:vim25}VirtualMachinePowerState"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachinePowerState |
existingState |
protected VirtualMachinePowerState |
requestedState |
faultCause, faultMessage| Constructor and Description |
|---|
InvalidPowerState() |
| Modifier and Type | Method and Description |
|---|---|
VirtualMachinePowerState |
getExistingState()
Gets the value of the existingState property.
|
VirtualMachinePowerState |
getRequestedState()
Gets the value of the requestedState property.
|
void |
setExistingState(VirtualMachinePowerState value)
Sets the value of the existingState property.
|
void |
setRequestedState(VirtualMachinePowerState value)
Sets the value of the requestedState property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected VirtualMachinePowerState requestedState
protected VirtualMachinePowerState existingState
public VirtualMachinePowerState getRequestedState()
VirtualMachinePowerStatepublic void setRequestedState(VirtualMachinePowerState value)
value - allowed object is
VirtualMachinePowerStatepublic VirtualMachinePowerState getExistingState()
VirtualMachinePowerStatepublic void setExistingState(VirtualMachinePowerState value)
value - allowed object is
VirtualMachinePowerStateCopyright © 2018. All rights reserved.