Vm_Guest_Power_Info

Vm_Guest_Power_Info
Vm_Guest_Power_Info

Information about the guest operating system power state.

JSON Example
{
    "state": "string",
    "operations_ready": false
}
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.

boolean
operations_ready
Required

Flag indicating if the virtual machine is ready to process soft power operations.