Enum Domain.State (1.35.0)

public enum Domain.State extends Enum<Domain.State> implements ProtocolMessageEnum

Represents the different states of a managed domain.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The domain is being created.

CREATING = 1;

CREATING_VALUE

The domain is being created.

CREATING = 1;

DELETING

The domain is being deleted.

DELETING = 4;

DELETING_VALUE

The domain is being deleted.

DELETING = 4;

PERFORMING_MAINTENANCE

The domain is undergoing maintenance.

PERFORMING_MAINTENANCE = 6;

PERFORMING_MAINTENANCE_VALUE

The domain is undergoing maintenance.

PERFORMING_MAINTENANCE = 6;

READY

The domain has been created and is fully usable.

READY = 2;

READY_VALUE

The domain has been created and is fully usable.

READY = 2;

REPAIRING

The domain is being repaired and may be unusable. Details can be found in the status_message field.

REPAIRING = 5;

REPAIRING_VALUE

The domain is being repaired and may be unusable. Details can be found in the status_message field.

REPAIRING = 5;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

UNAVAILABLE

The domain is not serving requests.

UNAVAILABLE = 7;

UNAVAILABLE_VALUE

The domain is not serving requests.

UNAVAILABLE = 7;

UNRECOGNIZED
UPDATING

The domain's configuration is being updated.

UPDATING = 3;

UPDATING_VALUE

The domain's configuration is being updated.

UPDATING = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()