Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class State.
The possible states for the LUN.
Protobuf type google.cloud.baremetalsolution.v2.Lun.State
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The LUN is in an unknown state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The LUN is being created.
Generated from protobuf enum CREATING = 1;
UPDATING
Value: 2
The LUN is being updated.
Generated from protobuf enum UPDATING = 2;
READY
Value: 3
The LUN is ready for use.
Generated from protobuf enum READY = 3;
DELETING
Value: 4
The LUN has been requested to be deleted.
Generated from protobuf enum DELETING = 4;