Class: Google::Cloud::Redis::Cluster::V1beta1::ConnectionDetail

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

Detailed information of each PSC connection.

Instance Attribute Summary collapse

Instance Attribute Details

#psc_auto_connection::Google::Cloud::Redis::Cluster::V1beta1::PscAutoConnection

Returns Detailed information of a PSC connection that is created through service connectivity automation.

Note: The following fields are mutually exclusive: psc_auto_connection, psc_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Redis::Cluster::V1beta1::PscAutoConnection)

    Detailed information of a PSC connection that is created through service connectivity automation.

    Note: The following fields are mutually exclusive: psc_auto_connection, psc_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.



907
908
909
910
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 907

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

#psc_connection::Google::Cloud::Redis::Cluster::V1beta1::PscConnection

Returns Detailed information of a PSC connection that is created by the customer who owns the cluster.

Note: The following fields are mutually exclusive: psc_connection, psc_auto_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Redis::Cluster::V1beta1::PscConnection)

    Detailed information of a PSC connection that is created by the customer who owns the cluster.

    Note: The following fields are mutually exclusive: psc_connection, psc_auto_connection. If a field in that set is populated, all other fields in the set will automatically be cleared.



907
908
909
910
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 907

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