Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ConnectionDetail.
Detailed information of each PSC connection.
Generated from protobuf message google.cloud.redis.cluster.v1.ConnectionDetail
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ psc_auto_connection |
PscAutoConnection
Detailed information of a PSC connection that is created through service connectivity automation. |
↳ psc_connection |
PscConnection
Detailed information of a PSC connection that is created by the customer who owns the cluster. |
getPscAutoConnection
Detailed information of a PSC connection that is created through service connectivity automation.
Returns | |
---|---|
Type | Description |
PscAutoConnection|null |
hasPscAutoConnection
setPscAutoConnection
Detailed information of a PSC connection that is created through service connectivity automation.
Parameter | |
---|---|
Name | Description |
var |
PscAutoConnection
|
Returns | |
---|---|
Type | Description |
$this |
getPscConnection
Detailed information of a PSC connection that is created by the customer who owns the cluster.
Returns | |
---|---|
Type | Description |
PscConnection|null |
hasPscConnection
setPscConnection
Detailed information of a PSC connection that is created by the customer who owns the cluster.
Parameter | |
---|---|
Name | Description |
var |
PscConnection
|
Returns | |
---|---|
Type | Description |
$this |
getConnection
Returns | |
---|---|
Type | Description |
string |