Class: Google::Cloud::Memorystore::V1::PscAttachmentDetail

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#connection_type::Google::Cloud::Memorystore::V1::ConnectionType (readonly)

Returns Output only. Type of Psc endpoint.

Returns:



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.

Returns:

  • (::String)

    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