Class PowerState (1.12.0)

PowerState(value)

Possible values for the power state of the VM.

Enums

Name Description
POWER_STATE_UNSPECIFIED Power state is not specified.
STARTING The VM is starting.
RUNNING The VM is running.
STOPPING The VM is stopping.
STOPPED The VM is stopped.
DEALLOCATING The VM is deallocating.
DEALLOCATED The VM is deallocated.
UNKNOWN The VM's power state is unknown.