Class: Google::Cloud::Memorystore::V1::PscAttachmentDetail
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::PscAttachmentDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Configuration of a service attachment of the cluster, for creating PSC connections.
Instance Attribute Summary collapse
-
#connection_type ⇒ ::Google::Cloud::Memorystore::V1::ConnectionType
readonly
Output only.
-
#service_attachment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#connection_type ⇒ ::Google::Cloud::Memorystore::V1::ConnectionType (readonly)
Returns Output only. Type of Psc endpoint.
727 728 729 730 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 727 class PscAttachmentDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment ⇒ ::String (readonly)
Returns Output only. Service attachment URI which your self-created PscConnection should use as target.
727 728 729 730 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 727 class PscAttachmentDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |