Reference documentation and code samples for the Google Cloud Memorystore V1 Client class PscConnectionStatus.
Status of the PSC connection.
Protobuf type google.cloud.memorystore.v1.PscConnectionStatus
Namespace
Google \ Cloud \ Memorystore \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PSC_CONNECTION_STATUS_UNSPECIFIED
Value: 0PSC connection status is not specified.
Generated from protobuf enum PSC_CONNECTION_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1The connection is active
Generated from protobuf enum ACTIVE = 1;
NOT_FOUND
Value: 2Connection not found
Generated from protobuf enum NOT_FOUND = 2;