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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;