Cloud Filestore v1 API - Enum ReplicaConfig.Types.State (2.7.0)

public enum ReplicaConfig.Types.State

Reference documentation and code samples for the Cloud Filestore v1 API enum ReplicaConfig.Types.State.

The replica state.

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Fields

Name Description
Creating

The replica is being created.

Failed

The replica is experiencing an issue and might be unusable. You can get further details from the stateReasons field of the ReplicaConfig object.

Ready

The replica is ready.

Removing

The replica is being removed.

Unspecified

State not set.