Reference documentation and code samples for the Google Cloud Managed Identities V1beta1 Client class State.
Represents the different states of a managed domain.
Protobuf type google.cloud.managedidentities.v1beta1.Domain.State
Namespace
Google \ Cloud \ ManagedIdentities \ V1beta1 \ DomainMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The domain is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2
The domain has been created and is fully usable.
Generated from protobuf enum READY = 2;
UPDATING
Value: 3
The domain's configuration is being updated.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4
The domain is being deleted.
Generated from protobuf enum DELETING = 4;
REPAIRING
Value: 5
The domain is being repaired and may be unusable. Details
can be found in the status_message
field.
Generated from protobuf enum REPAIRING = 5;
PERFORMING_MAINTENANCE
Value: 6
The domain is undergoing maintenance.
Generated from protobuf enum PERFORMING_MAINTENANCE = 6;
UNAVAILABLE
Value: 7
The domain is not serving requests.
Generated from protobuf enum UNAVAILABLE = 7;