Enum ReplicaConfig.State (1.61.0)

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

The replica state.

Protobuf enum google.cloud.filestore.v1.ReplicaConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATING

The replica is being created.

CREATING = 1;

CREATING_VALUE

The replica is being created.

CREATING = 1;

FAILED

The replica is experiencing an issue and might be unusable. You can get further details from the stateReasons field of the ReplicaConfig object.

FAILED = 5;

FAILED_VALUE

The replica is experiencing an issue and might be unusable. You can get further details from the stateReasons field of the ReplicaConfig object.

FAILED = 5;

READY

The replica is ready.

READY = 3;

READY_VALUE

The replica is ready.

READY = 3;

REMOVING

The replica is being removed.

REMOVING = 4;

REMOVING_VALUE

The replica is being removed.

REMOVING = 4;

STATE_UNSPECIFIED

State not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State not set.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()