Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration

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

Disable validation warnings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupConfiguration

Returns a new instance of StorageDatabasecenterPartnerapiV1mainBackupConfiguration.



4051
4052
4053
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4051

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

Instance Attribute Details

#automated_backup_enabledBoolean Also known as: automated_backup_enabled?

Disable validation warnings Corresponds to the JSON property automatedBackupEnabled

Returns:

  • (Boolean)


4037
4038
4039
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4037

def automated_backup_enabled
  @automated_backup_enabled
end

#backup_retention_settingsGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainRetentionSettings

Disable validation warnings Corresponds to the JSON property backupRetentionSettings



4043
4044
4045
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4043

def backup_retention_settings
  @backup_retention_settings
end

#point_in_time_recovery_enabledBoolean Also known as: point_in_time_recovery_enabled?

Disable validation warnings Corresponds to the JSON property pointInTimeRecoveryEnabled

Returns:

  • (Boolean)


4048
4049
4050
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4048

def point_in_time_recovery_enabled
  @point_in_time_recovery_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4056
4057
4058
4059
4060
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4056

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