Google Cloud Managed Identities V1 Client - Class State (1.2.2)

Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class State.

Represents the different states of a managed domain.

Protobuf type google.cloud.managedidentities.v1.Domain.State

Namespace

Google \ Cloud \ ManagedIdentities \ V1 \ Domain

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;