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: RUNNINGSHUTTING_DOWNRESETTINGSTANDBYNOT_RUNNINGUNAVAILABLE

JSON Example

{
	"operations_ready": false,
	"state": "RUNNING"
}
Returned By

Get Guest Power

Feedback

Was this page helpful?