Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainGcbdrConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/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) ⇒ 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.
4808 4809 4810 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4808 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
4805 4806 4807 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4805 def gcbdr_managed @gcbdr_managed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4813 4814 4815 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4813 def update!(**args) @gcbdr_managed = args[:gcbdr_managed] if args.key?(:gcbdr_managed) end |