stateNote property

String? stateNote
getter/setter pair

An optional field providing information about the current instance state.

Output only. Possible string values are:

  • "STATE_NOTE_UNSPECIFIED" : STATE_NOTE_UNSPECIFIED as the first value of State.
  • "PAUSED_CMEK_UNAVAILABLE" : CMEK access is unavailable.
  • "INSTANCE_RESUMING" : INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back.

Implementation

core.String? stateNote;