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.
  • "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.

Implementation

core.String? powerState;