powerState property

String? powerState
getter/setter pair

The power state of the VM at the moment list was taken. 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.

Implementation

core.String? powerState;