Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration

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

BackupDRConfiguration to capture the backup and disaster recovery details of database resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration

Returns a new instance of StorageDatabasecenterPartnerapiV1mainBackupDrConfiguration.



3974
3975
3976
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3974

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

Instance Attribute Details

#backupdr_managedBoolean Also known as: backupdr_managed?

Indicates if the resource is managed by BackupDR. Corresponds to the JSON property backupdrManaged

Returns:

  • (Boolean)


3971
3972
3973
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3971

def backupdr_managed
  @backupdr_managed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3979
3980
3981
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3979

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