Class PowerState (0.1.8)

PowerState(value)

Machine power state.

Enums

Name Description
POWER_STATE_UNSPECIFIED Power state is unknown.
PENDING The machine is preparing to enter the ACTIVE state. An instance may enter the PENDING state when it launches for the first time, or when it is started after being in the SUSPENDED state.
ACTIVE The machine is active.
SUSPENDING The machine is being turned off.
SUSPENDED The machine is off.
DELETING The machine is being deleted from the hosting platform.
DELETED The machine is deleted from the hosting platform.