Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class PscConnectionStatus.
Status of the PSC connection.
Protobuf type google.cloud.redis.cluster.v1.PscConnectionStatus
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
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;
PSC_CONNECTION_STATUS_ACTIVE
Value: 1
The connection is active
Generated from protobuf enum PSC_CONNECTION_STATUS_ACTIVE = 1;
PSC_CONNECTION_STATUS_NOT_FOUND
Value: 2
Connection not found
Generated from protobuf enum PSC_CONNECTION_STATUS_NOT_FOUND = 2;