Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1/classes.rb,
lib/google/apis/alloydb_v1/representations.rb,
lib/google/apis/alloydb_v1/representations.rb
Overview
Disable validation warnings
Instance Attribute Summary collapse
-
#gcbdr_managed ⇒ Boolean
(also: #gcbdr_managed?)
Disable validation warnings Corresponds to the JSON property
gcbdrManaged.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration
Returns a new instance of StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration.
4349 4350 4351 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4349 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gcbdr_managed ⇒ Boolean Also known as: gcbdr_managed?
Disable validation warnings
Corresponds to the JSON property gcbdrManaged
4346 4347 4348 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4346 def gcbdr_managed @gcbdr_managed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4354 4355 4356 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4354 def update!(**args) @gcbdr_managed = args[:gcbdr_managed] if args.key?(:gcbdr_managed) end |