instanceReason property

String? instanceReason
getter/setter pair

A reason for the instance condition.

Output only. Possible string values are:

  • "INSTANCE_REASON_UNSPECIFIED" : Default value.
  • "INSTANCE_DELETED" : Instance deleted.
  • "INSTANCE_STOPPED" : Instance stopped.
  • "INSTANCE_STOPPING" : Instance stopping.
  • "INSTANCE_NON_ZERO_EXIT_CODE" : Instance exited with a non-zero exit code.

Implementation

core.String? instanceReason;