Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration

Returns a new instance of StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration.



3575
3576
3577
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3575

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#backupdr_managedBoolean Also known as: backupdr_managed?

Disable validation warnings Corresponds to the JSON property backupdrManaged

Returns:

  • (Boolean)


3572
3573
3574
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3572

def backupdr_managed
  @backupdr_managed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3580
3581
3582
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3580

def update!(**args)
  @backupdr_managed = args[:backupdr_managed] if args.key?(:backupdr_managed)
end