Class: Google::Cloud::Redis::Cluster::V1beta1::ClusterEndpoint

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#connections::Array<::Google::Cloud::Redis::Cluster::V1beta1::ConnectionDetail>

Returns A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.

Returns:



889
890
891
892
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 889

class ClusterEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end