Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
- 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
Disable validation warnings
Instance Attribute Summary collapse
-
#backupdr_managed ⇒ Boolean
(also: #backupdr_managed?)
Disable validation warnings Corresponds to the JSON property
backupdrManaged.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration
Returns a new instance of StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration.
4050 4051 4052 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4050 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backupdr_managed ⇒ Boolean Also known as: backupdr_managed?
Disable validation warnings
Corresponds to the JSON property backupdrManaged
4047 4048 4049 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4047 def backupdr_managed @backupdr_managed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4055 4056 4057 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4055 def update!(**args) @backupdr_managed = args[:backupdr_managed] if args.key?(:backupdr_managed) end |