Class: Google::Cloud::Redis::Cluster::V1beta1::PscServiceAttachment

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

Configuration of a service attachment of the cluster, for creating PSC connections.

Instance Attribute Summary collapse

Instance Attribute Details

#connection_type::Google::Cloud::Redis::Cluster::V1beta1::ConnectionType (readonly)

Returns Output only. Type of a PSC connection targeting this service attachment.

Returns:



681
682
683
684
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 681

class PscServiceAttachment
  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



681
682
683
684
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 681

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