VmGuestPowerInfo
Information about the guest operating system power state.
Properties
boolean
operations_ready
Required
Flag indicating if the virtual machine is ready to process soft power operations.
state
Required
Possible guest power states.
RUNNING : The guest OS is running.
SHUTTING_DOWN : The guest OS is shutting down
RESETTING : The guest OS is resetting
STANDBY : The guest OS is in standby.
NOT_RUNNING : The guest OS is not running.
UNAVAILABLE : The guest OS power state is unknown.
Possible values are: RUNNING , SHUTTING_DOWN , RESETTING , STANDBY , NOT_RUNNING , UNAVAILABLE
JSON Example
{
"operations_ready": false,
"state": "RUNNING"
}