Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ClusterEndpoint.
ClusterEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the cluster. In each group, there shall be one connection for each service attachment in the cluster.
Generated from protobuf message google.cloud.redis.cluster.v1.ClusterEndpoint
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connections |
array<ConnectionDetail>
A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster. |
getConnections
A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConnections
A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
Parameter | |
---|---|
Name | Description |
var |
array<ConnectionDetail>
|
Returns | |
---|---|
Type | Description |
$this |