state property

String? state
getter/setter pair

The current state of this domain.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "CREATING" : The domain is being created.
  • "READY" : The domain has been created and is fully usable.
  • "UPDATING" : The domain's configuration is being updated.
  • "DELETING" : The domain is being deleted.
  • "REPAIRING" : The domain is being repaired and may be unusable. Details can be found in the status_message field.
  • "PERFORMING_MAINTENANCE" : The domain is undergoing maintenance.
  • "UNAVAILABLE" : The domain is not serving requests.

Implementation

core.String? state;