Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connections
def connections() -> ::Array<::Google::Cloud::Redis::Cluster::V1::ConnectionDetail>
Returns
- (::Array<::Google::Cloud::Redis::Cluster::V1::ConnectionDetail>) — A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
#connections=
def connections=(value) -> ::Array<::Google::Cloud::Redis::Cluster::V1::ConnectionDetail>
Parameter
- value (::Array<::Google::Cloud::Redis::Cluster::V1::ConnectionDetail>) — A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
Returns
- (::Array<::Google::Cloud::Redis::Cluster::V1::ConnectionDetail>) — A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.