InvalidPowerState
InvalidPowerState
This exception is thrown if the power operation attempted could not be performed given the current power state of the virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"requestedState": "string",
"existingState": "string"
}
requestedState
Optional
Power state of the virtual machine required to allow the operation to succeed.
existingState
Required
Power state of the virtual machine that prevented the operation from succeeding.