Class: Google::Apis::RedisV1::GcbdrConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::RedisV1::GcbdrConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb
Overview
GCBDR Configuration for the resource.
Instance Attribute Summary collapse
-
#gcbdr_managed ⇒ Boolean
(also: #gcbdr_managed?)
Whether the resource is managed by GCBDR.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GcbdrConfiguration
constructor
A new instance of GcbdrConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GcbdrConfiguration
Returns a new instance of GcbdrConfiguration.
2178 2179 2180 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2178 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcbdr_managed ⇒ Boolean Also known as: gcbdr_managed?
Whether the resource is managed by GCBDR.
Corresponds to the JSON property gcbdrManaged
2175 2176 2177 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2175 def gcbdr_managed @gcbdr_managed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2183 2184 2185 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2183 def update!(**args) @gcbdr_managed = args[:gcbdr_managed] if args.key?(:gcbdr_managed) end |