Class State (1.9.5)

State(value)

Represents the different states of a managed domain.

Enums

Name Description
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.