Class: Google::Cloud::Redis::Cluster::V1beta1::PscServiceAttachment
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::PscServiceAttachment
- 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
-
#connection_type ⇒ ::Google::Cloud::Redis::Cluster::V1beta1::ConnectionType
readonly
Output only.
-
#service_attachment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#connection_type ⇒ ::Google::Cloud::Redis::Cluster::V1beta1::ConnectionType (readonly)
Returns Output only. Type of a PSC connection targeting this service attachment.
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.
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 |