Class: Google::Cloud::Memorystore::V1::Instance::InstanceEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::Instance::InstanceEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
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.
Instance Attribute Summary collapse
Instance Attribute Details
#connections ⇒ ::Array<::Google::Cloud::Memorystore::V1::Instance::ConnectionDetail>
Returns Optional. A group of PSC connections. They are created in the same VPC network, one for each service attachment in the cluster.
241 242 243 244 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 241 class InstanceEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |