Reference documentation and code samples for the Google Cloud Net App V1 Client class CacheState.
State of the cache volume indicating the peering status.
Protobuf type google.cloud.netapp.v1.CacheParameters.CacheState
Namespace
Google \ Cloud \ NetApp \ V1 \ CacheParametersMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CACHE_STATE_UNSPECIFIED
Value: 0Default unspecified state.
Generated from protobuf enum CACHE_STATE_UNSPECIFIED = 0;
PENDING_CLUSTER_PEERING
Value: 1State indicating waiting for cluster peering to be established.
Generated from protobuf enum PENDING_CLUSTER_PEERING = 1;
PENDING_SVM_PEERING
Value: 2State indicating waiting for SVM peering to be established.
Generated from protobuf enum PENDING_SVM_PEERING = 2;
PEERED
Value: 3State indicating successful establishment of peering with origin volumes's ONTAP cluster.
Generated from protobuf enum PEERED = 3;
ERROR
Value: 4Terminal state wherein peering with origin volume's ONTAP cluster has failed.
Generated from protobuf enum ERROR = 4;