vcenter vm power: info
The
info
structure contains information about the power state of a virtual machine.Representation:
{
"clean_power_off" : true,
"state" : "POWERED_OFF"
}
"clean_power_off" : true,
"state" : "POWERED_OFF"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
state | string | Power state of the virtual machine. Defines the valid power states for a virtual machine. Value is one of: POWERED_OFF: The virtual machine is powered off. POWERED_ON: The virtual machine is powered on. SUSPENDED: The virtual machine is suspended. |
Optional | ||
clean_power_off | boolean | Flag indicating whether the virtual machine was powered off cleanly. This field may be used to detect that the virtual machine crashed unexpectedly and should be restarted. Optional. It is only relevant when state has value POWERED_OFF. This field is optional and it is only relevant when the value of state is POWERED_OFF. |