powerState property

String? powerState
getter/setter pair

The power state of the VM at the moment list was taken.

Output only. Possible string values are:

  • "POWER_STATE_UNSPECIFIED" : Power state is not specified.
  • "ON" : The VM is turned on.
  • "OFF" : The VM is turned off.
  • "SUSPENDED" : The VM is suspended. This is similar to hibernation or sleep mode.
  • "PENDING" : The VM is starting.

Implementation

core.String? powerState;