Class: Google::Apis::RedisV1beta1::ConnectionDetail
- Inherits:
-
Object
- Object
- Google::Apis::RedisV1beta1::ConnectionDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/redis_v1beta1/classes.rb,
lib/google/apis/redis_v1beta1/representations.rb,
lib/google/apis/redis_v1beta1/representations.rb
Overview
Detailed information of each PSC connection.
Instance Attribute Summary collapse
-
#psc_connection ⇒ Google::Apis::RedisV1beta1::PscConnection
Details of consumer resources in a PSC connection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConnectionDetail
constructor
A new instance of ConnectionDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConnectionDetail
Returns a new instance of ConnectionDetail.
805 806 807 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#psc_connection ⇒ Google::Apis::RedisV1beta1::PscConnection
Details of consumer resources in a PSC connection.
Corresponds to the JSON property pscConnection
803 804 805 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 803 def psc_connection @psc_connection end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
810 811 812 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 810 def update!(**args) @psc_connection = args[:psc_connection] if args.key?(:psc_connection) end |