Reference documentation and code samples for the Google Cloud Filestore V1 Client class State.
The snapshot state.
Protobuf type google.cloud.filestore.v1.Snapshot.State
Namespace
Google \ Cloud \ Filestore \ V1 \ SnapshotMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Snapshot is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2Snapshot is available for use.
Generated from protobuf enum READY = 2;
DELETING
Value: 3Snapshot is being deleted.
Generated from protobuf enum DELETING = 3;