state property

String? state
getter/setter pair

The ManagementServer state.

Output only. Possible string values are:

  • "INSTANCE_STATE_UNSPECIFIED" : State not set.
  • "CREATING" : The instance is being created.
  • "READY" : The instance has been created and is fully usable.
  • "UPDATING" : The instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.
  • "DELETING" : The instance is being deleted.
  • "REPAIRING" : The instance is being repaired and may be unstable.
  • "MAINTENANCE" : Maintenance is being performed on this instance.
  • "ERROR" : The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of Instance resource.

Implementation

core.String? state;