Google Cloud Memorystore V1beta Client - Class PscConnectionStatus (0.1.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class PscConnectionStatus.

Status of the PSC connection.

Protobuf type google.cloud.memorystore.v1beta.PscConnectionStatus

Namespace

Google \ Cloud \ Memorystore \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PSC_CONNECTION_STATUS_UNSPECIFIED

Value: 0

PSC connection status is not specified.

Generated from protobuf enum PSC_CONNECTION_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

The connection is active

Generated from protobuf enum ACTIVE = 1;

NOT_FOUND

Value: 2

Connection not found

Generated from protobuf enum NOT_FOUND = 2;