Google Cloud Filestore V1 Client - Class State (1.3.2)

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

The instance state.

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

Namespace

Google \ Cloud \ Filestore \ V1 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The instance is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

The instance is available for use.

Generated from protobuf enum READY = 2;

REPAIRING

Value: 3

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

Generated from protobuf enum REPAIRING = 3;

DELETING

Value: 4

The instance is shutting down.

Generated from protobuf enum DELETING = 4;

ERROR

Value: 6

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

Generated from protobuf enum ERROR = 6;

RESTORING

Value: 7

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

Generated from protobuf enum RESTORING = 7;

SUSPENDED

Value: 8

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

Generated from protobuf enum SUSPENDED = 8;

SUSPENDING

Value: 9

The instance is in the process of becoming suspended.

Generated from protobuf enum SUSPENDING = 9;

RESUMING

Value: 10

The instance is in the process of becoming active.

Generated from protobuf enum RESUMING = 10;