Enum Instance.State (1.17.0)

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

The instance state.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The instance is being created.

CREATING = 1;

CREATING_VALUE

The instance is being created.

CREATING = 1;

DELETING

The instance is shutting down.

DELETING = 4;

DELETING_VALUE

The instance is shutting down.

DELETING = 4;

ERROR

The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of the Instance resource.

ERROR = 6;

ERROR_VALUE

The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of the Instance resource.

ERROR = 6;

READY

The instance is available for use.

READY = 2;

READY_VALUE

The instance is available for use.

READY = 2;

REPAIRING

Work is being done on the instance. You can get further details from the statusMessage field of the Instance resource.

REPAIRING = 3;

REPAIRING_VALUE

Work is being done on the instance. You can get further details from the statusMessage field of the Instance resource.

REPAIRING = 3;

RESTORING

The instance is restoring a backup to an existing file share and may be unusable during this time.

RESTORING = 7;

RESTORING_VALUE

The instance is restoring a backup to an existing file share and may be unusable during this time.

RESTORING = 7;

RESUMING

The instance is in the process of becoming active.

RESUMING = 10;

RESUMING_VALUE

The instance is in the process of becoming active.

RESUMING = 10;

STATE_UNSPECIFIED

State not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State not set.

STATE_UNSPECIFIED = 0;

SUSPENDED

The instance is suspended. You can get further details from the suspension_reasons field of the Instance resource.

SUSPENDED = 8;

SUSPENDED_VALUE

The instance is suspended. You can get further details from the suspension_reasons field of the Instance resource.

SUSPENDED = 8;

SUSPENDING

The instance is in the process of becoming suspended.

SUSPENDING = 9;

SUSPENDING_VALUE

The instance is in the process of becoming suspended.

SUSPENDING = 9;

UNRECOGNIZED

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()