Google Cloud Filestore V1 Client - Class StateReason (2.1.0)

Reference documentation and code samples for the Google Cloud Filestore V1 Client class StateReason.

Additional information about the replication state, if available.

Protobuf type google.cloud.filestore.v1.ReplicaConfig.StateReason

Namespace

Google \ Cloud \ Filestore \ V1 \ ReplicaConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_REASON_UNSPECIFIED

Value: 0

Reason not specified.

Generated from protobuf enum STATE_REASON_UNSPECIFIED = 0;

PEER_INSTANCE_UNREACHABLE

Value: 1

The peer instance is unreachable.

Generated from protobuf enum PEER_INSTANCE_UNREACHABLE = 1;

REMOVE_FAILED

Value: 2

The remove replica peer instance operation failed.

Generated from protobuf enum REMOVE_FAILED = 2;