Reference documentation and code samples for the Google Cloud Lustre V1 Client class State.
The possible states of an instance.
Protobuf type google.cloud.lustre.v1.Instance.State
Namespace
Google \ Cloud \ Lustre \ V1 \ InstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The instance is available for use.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2
The instance is being created and is not yet ready for use.
Generated from protobuf enum CREATING = 2;
DELETING
Value: 3
The instance is being deleted.
Generated from protobuf enum DELETING = 3;
UPGRADING
Value: 4
The instance is being upgraded.
Generated from protobuf enum UPGRADING = 4;
REPAIRING
Value: 5
The instance is being repaired.
Generated from protobuf enum REPAIRING = 5;
STOPPED
Value: 6
The instance is stopped.
Generated from protobuf enum STOPPED = 6;
UPDATING
Value: 7
The instance is being updated.
Generated from protobuf enum UPDATING = 7;