cacheState property
State of the cache volume indicating the peering status.
Output only. Possible string values are:
- "CACHE_STATE_UNSPECIFIED" : Default unspecified state.
- "PENDING_CLUSTER_PEERING" : State indicating waiting for cluster peering to be established.
- "PENDING_SVM_PEERING" : State indicating waiting for SVM peering to be established.
- "PEERED" : State indicating successful establishment of peering with origin volumes's ONTAP cluster.
- "ERROR" : Terminal state wherein peering with origin volume's ONTAP cluster has failed.
Implementation
core.String? cacheState;