Reference documentation and code samples for the Google Cloud Memorystore V1 Client class InstanceEndpoint.
InstanceEndpoint consists of PSC connections that are created as a group in each VPC network for accessing the instance. In each group, there shall be one connection for each service attachment in the cluster.
Generated from protobuf message google.cloud.memorystore.v1.Instance.InstanceEndpoint
Namespace
Google \ Cloud \ Memorystore \ V1 \ InstanceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connections |
array<ConnectionDetail>
Optional. A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster. |
getConnections
Optional. 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
Optional. 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 |