VmPowerState

The Power.State enumerated type defines the valid power states for a virtual machine.
POWERED_OFF : The virtual machine is powered off.
POWERED_ON : The virtual machine is powered on.
SUSPENDED : The virtual machine is suspended.

Enumeration:   POWERED_OFF,   POWERED_ON,   SUSPENDED,  


Feedback

Was this page helpful?