Class: OCI::Database::Models::BackupDestinationConfigurationSummary

Inherits:
Object
  • Object
show all
Defined in:
lib/oci/database/models/backup_destination_configuration_summary.rb

Overview

Information about the Autonomous Container Database's secondary backup destination(s).

Constant Summary collapse

TYPE_ENUM =
[
  TYPE_NFS = 'NFS'.freeze,
  TYPE_RECOVERY_APPLIANCE = 'RECOVERY_APPLIANCE'.freeze,
  TYPE_OBJECT_STORE = 'OBJECT_STORE'.freeze,
  TYPE_LOCAL = 'LOCAL'.freeze,
  TYPE_DBRS = 'DBRS'.freeze,
  TYPE_AWS_S3 = 'AWS_S3'.freeze,
  TYPE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
].freeze
BACKUP_RETENTION_POLICY_ON_TERMINATE_ENUM =
[
  BACKUP_RETENTION_POLICY_ON_TERMINATE_RETAIN_PER_RETENTION_WINDOW = 'RETAIN_PER_RETENTION_WINDOW'.freeze,
  BACKUP_RETENTION_POLICY_ON_TERMINATE_RETAIN_FOR_72_HOURS = 'RETAIN_FOR_72_HOURS'.freeze,
  BACKUP_RETENTION_POLICY_ON_TERMINATE_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
].freeze

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ BackupDestinationConfigurationSummary

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash

Options Hash (attributes):



165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 165

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  self.recovery_window_in_days = attributes[:'recoveryWindowInDays'] if attributes[:'recoveryWindowInDays']

  raise 'You cannot provide both :recoveryWindowInDays and :recovery_window_in_days' if attributes.key?(:'recoveryWindowInDays') && attributes.key?(:'recovery_window_in_days')

  self.recovery_window_in_days = attributes[:'recovery_window_in_days'] if attributes[:'recovery_window_in_days']

  self.backup_destination_attach_history = attributes[:'backupDestinationAttachHistory'] if attributes[:'backupDestinationAttachHistory']

  raise 'You cannot provide both :backupDestinationAttachHistory and :backup_destination_attach_history' if attributes.key?(:'backupDestinationAttachHistory') && attributes.key?(:'backup_destination_attach_history')

  self.backup_destination_attach_history = attributes[:'backup_destination_attach_history'] if attributes[:'backup_destination_attach_history']

  self.space_utilized_in_gbs = attributes[:'spaceUtilizedInGBs'] if attributes[:'spaceUtilizedInGBs']

  raise 'You cannot provide both :spaceUtilizedInGBs and :space_utilized_in_gbs' if attributes.key?(:'spaceUtilizedInGBs') && attributes.key?(:'space_utilized_in_gbs')

  self.space_utilized_in_gbs = attributes[:'space_utilized_in_gbs'] if attributes[:'space_utilized_in_gbs']

  self.time_at_which_storage_details_are_updated = attributes[:'timeAtWhichStorageDetailsAreUpdated'] if attributes[:'timeAtWhichStorageDetailsAreUpdated']

  raise 'You cannot provide both :timeAtWhichStorageDetailsAreUpdated and :time_at_which_storage_details_are_updated' if attributes.key?(:'timeAtWhichStorageDetailsAreUpdated') && attributes.key?(:'time_at_which_storage_details_are_updated')

  self.time_at_which_storage_details_are_updated = attributes[:'time_at_which_storage_details_are_updated'] if attributes[:'time_at_which_storage_details_are_updated']

  self.type = attributes[:'type'] if attributes[:'type']

  self.id = attributes[:'id'] if attributes[:'id']

  self.vpc_user = attributes[:'vpcUser'] if attributes[:'vpcUser']

  raise 'You cannot provide both :vpcUser and :vpc_user' if attributes.key?(:'vpcUser') && attributes.key?(:'vpc_user')

  self.vpc_user = attributes[:'vpc_user'] if attributes[:'vpc_user']

  self.vpc_password = attributes[:'vpcPassword'] if attributes[:'vpcPassword']

  raise 'You cannot provide both :vpcPassword and :vpc_password' if attributes.key?(:'vpcPassword') && attributes.key?(:'vpc_password')

  self.vpc_password = attributes[:'vpc_password'] if attributes[:'vpc_password']

  self.is_zero_data_loss_enabled = attributes[:'isZeroDataLossEnabled'] unless attributes[:'isZeroDataLossEnabled'].nil?
  self.is_zero_data_loss_enabled = true if is_zero_data_loss_enabled.nil? && !attributes.key?(:'isZeroDataLossEnabled') # rubocop:disable Style/StringLiterals

  raise 'You cannot provide both :isZeroDataLossEnabled and :is_zero_data_loss_enabled' if attributes.key?(:'isZeroDataLossEnabled') && attributes.key?(:'is_zero_data_loss_enabled')

  self.is_zero_data_loss_enabled = attributes[:'is_zero_data_loss_enabled'] unless attributes[:'is_zero_data_loss_enabled'].nil?
  self.is_zero_data_loss_enabled = true if is_zero_data_loss_enabled.nil? && !attributes.key?(:'isZeroDataLossEnabled') && !attributes.key?(:'is_zero_data_loss_enabled') # rubocop:disable Style/StringLiterals

  self.internet_proxy = attributes[:'internetProxy'] if attributes[:'internetProxy']

  raise 'You cannot provide both :internetProxy and :internet_proxy' if attributes.key?(:'internetProxy') && attributes.key?(:'internet_proxy')

  self.internet_proxy = attributes[:'internet_proxy'] if attributes[:'internet_proxy']

  self.dbrs_policy_id = attributes[:'dbrsPolicyId'] if attributes[:'dbrsPolicyId']

  raise 'You cannot provide both :dbrsPolicyId and :dbrs_policy_id' if attributes.key?(:'dbrsPolicyId') && attributes.key?(:'dbrs_policy_id')

  self.dbrs_policy_id = attributes[:'dbrs_policy_id'] if attributes[:'dbrs_policy_id']

  self.is_retention_lock_enabled = attributes[:'isRetentionLockEnabled'] unless attributes[:'isRetentionLockEnabled'].nil?

  raise 'You cannot provide both :isRetentionLockEnabled and :is_retention_lock_enabled' if attributes.key?(:'isRetentionLockEnabled') && attributes.key?(:'is_retention_lock_enabled')

  self.is_retention_lock_enabled = attributes[:'is_retention_lock_enabled'] unless attributes[:'is_retention_lock_enabled'].nil?

  self.backup_retention_policy_on_terminate = attributes[:'backupRetentionPolicyOnTerminate'] if attributes[:'backupRetentionPolicyOnTerminate']
  self.backup_retention_policy_on_terminate = "RETAIN_FOR_72_HOURS" if backup_retention_policy_on_terminate.nil? && !attributes.key?(:'backupRetentionPolicyOnTerminate') # rubocop:disable Style/StringLiterals

  raise 'You cannot provide both :backupRetentionPolicyOnTerminate and :backup_retention_policy_on_terminate' if attributes.key?(:'backupRetentionPolicyOnTerminate') && attributes.key?(:'backup_retention_policy_on_terminate')

  self.backup_retention_policy_on_terminate = attributes[:'backup_retention_policy_on_terminate'] if attributes[:'backup_retention_policy_on_terminate']
  self.backup_retention_policy_on_terminate = "RETAIN_FOR_72_HOURS" if backup_retention_policy_on_terminate.nil? && !attributes.key?(:'backupRetentionPolicyOnTerminate') && !attributes.key?(:'backup_retention_policy_on_terminate') # rubocop:disable Style/StringLiterals

  self.is_remote = attributes[:'isRemote'] unless attributes[:'isRemote'].nil?
  self.is_remote = false if is_remote.nil? && !attributes.key?(:'isRemote') # rubocop:disable Style/StringLiterals

  raise 'You cannot provide both :isRemote and :is_remote' if attributes.key?(:'isRemote') && attributes.key?(:'is_remote')

  self.is_remote = attributes[:'is_remote'] unless attributes[:'is_remote'].nil?
  self.is_remote = false if is_remote.nil? && !attributes.key?(:'isRemote') && !attributes.key?(:'is_remote') # rubocop:disable Style/StringLiterals

  self.remote_region = attributes[:'remoteRegion'] if attributes[:'remoteRegion']

  raise 'You cannot provide both :remoteRegion and :remote_region' if attributes.key?(:'remoteRegion') && attributes.key?(:'remote_region')

  self.remote_region = attributes[:'remote_region'] if attributes[:'remote_region']
end

Instance Attribute Details

#backup_destination_attach_historyArray<DateTime>

The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.

Returns:

  • (Array<DateTime>)


34
35
36
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 34

def backup_destination_attach_history
  @backup_destination_attach_history
end

#backup_retention_policy_on_terminateString

Defines the automatic and manual backup retention policy for the Autonomous AI Database termination. The retention policy set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination. Options are 'RETAIN_PER_RETENTION_WINDOW' or 'RETAIN_FOR_72_HOURS'.The default value is 'RETAIN_FOR_72_HOURS'.

Returns:

  • (String)


85
86
87
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 85

def backup_retention_policy_on_terminate
  @backup_retention_policy_on_terminate
end

#dbrs_policy_idString

The OCID of the DBRS policy used for backup.

Returns:

  • (String)


70
71
72
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 70

def dbrs_policy_id
  @dbrs_policy_id
end

#idString

The OCID of the backup destination.

Returns:

  • (String)


50
51
52
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 50

def id
  @id
end

#internet_proxyString

Proxy URL to connect to object store.

Returns:

  • (String)


66
67
68
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 66

def internet_proxy
  @internet_proxy
end

#is_remoteBOOLEAN

Indicates whether the backup destination is cross-region or local.

Returns:

  • (BOOLEAN)


89
90
91
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 89

def is_remote
  @is_remote
end

#is_retention_lock_enabledBOOLEAN

Indicates if backup retention is locked for all the database backups in the Autonomous Container Database (ACD). The retention window cannot be decreased if the backup retention lock is enabled. Once applied on the Autonomous Container Database, the retention lock cannot be removed, or the retention period cannot be decreased after a 14-day period. If the backup is a Long Term Backup and retention lock is enabled, the backup cannot be deleted and must expire. The retention lock set on the Autonomous Container Database is not applicable for cross region remote backups and backups hosted on recovery Appliance backup destination.

Returns:

  • (BOOLEAN)


78
79
80
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 78

def is_retention_lock_enabled
  @is_retention_lock_enabled
end

#is_zero_data_loss_enabledBOOLEAN

Indicates whether Zero Data Loss functionality is enabled for a Recovery Appliance backup destination in an Autonomous Container Database. When enabled, the database automatically ships all redo logs in real-time to the Recovery Appliance for a Zero Data Loss recovery setup (sub-second RPO). Defaults to TRUE if no value is given.

Returns:

  • (BOOLEAN)


62
63
64
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 62

def is_zero_data_loss_enabled
  @is_zero_data_loss_enabled
end

#recovery_window_in_daysInteger

Number of days between the current and earliest point of recoverability covered by automatic backups and manual backups, but not long term backups.

Returns:

  • (Integer)


30
31
32
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 30

def recovery_window_in_days
  @recovery_window_in_days
end

#remote_regionString

The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see Regions and Availability Domains.

Returns:

  • (String)


96
97
98
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 96

def remote_region
  @remote_region
end

#space_utilized_in_gbsInteger

The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.

Returns:

  • (Integer)


38
39
40
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 38

def space_utilized_in_gbs
  @space_utilized_in_gbs
end

#time_at_which_storage_details_are_updatedDateTime

The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.

Returns:

  • (DateTime)


42
43
44
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 42

def time_at_which_storage_details_are_updated
  @time_at_which_storage_details_are_updated
end

#typeString

[Required] Type of the database backup destination.

Returns:

  • (String)


46
47
48
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 46

def type
  @type
end

#vpc_passwordString

For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.

Returns:

  • (String)


58
59
60
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 58

def vpc_password
  @vpc_password
end

#vpc_userString

For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.

Returns:

  • (String)


54
55
56
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 54

def vpc_user
  @vpc_user
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 99

def self.attribute_map
  {
    # rubocop:disable Style/SymbolLiteral
    'recovery_window_in_days': :'recoveryWindowInDays',
    'backup_destination_attach_history': :'backupDestinationAttachHistory',
    'space_utilized_in_gbs': :'spaceUtilizedInGBs',
    'time_at_which_storage_details_are_updated': :'timeAtWhichStorageDetailsAreUpdated',
    'type': :'type',
    'id': :'id',
    'vpc_user': :'vpcUser',
    'vpc_password': :'vpcPassword',
    'is_zero_data_loss_enabled': :'isZeroDataLossEnabled',
    'internet_proxy': :'internetProxy',
    'dbrs_policy_id': :'dbrsPolicyId',
    'is_retention_lock_enabled': :'isRetentionLockEnabled',
    'backup_retention_policy_on_terminate': :'backupRetentionPolicyOnTerminate',
    'is_remote': :'isRemote',
    'remote_region': :'remoteRegion'
    # rubocop:enable Style/SymbolLiteral
  }
end

.swagger_typesObject

Attribute type mapping.



122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 122

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'recovery_window_in_days': :'Integer',
    'backup_destination_attach_history': :'Array<DateTime>',
    'space_utilized_in_gbs': :'Integer',
    'time_at_which_storage_details_are_updated': :'DateTime',
    'type': :'String',
    'id': :'String',
    'vpc_user': :'String',
    'vpc_password': :'String',
    'is_zero_data_loss_enabled': :'BOOLEAN',
    'internet_proxy': :'String',
    'dbrs_policy_id': :'String',
    'is_retention_lock_enabled': :'BOOLEAN',
    'backup_retention_policy_on_terminate': :'String',
    'is_remote': :'BOOLEAN',
    'remote_region': :'String'
    # rubocop:enable Style/SymbolLiteral
  }
end

Instance Method Details

#==(other) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • other (Object)

    the other object to be compared



293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 293

def ==(other)
  return true if equal?(other)

  self.class == other.class &&
    recovery_window_in_days == other.recovery_window_in_days &&
    backup_destination_attach_history == other.backup_destination_attach_history &&
    space_utilized_in_gbs == other.space_utilized_in_gbs &&
    time_at_which_storage_details_are_updated == other.time_at_which_storage_details_are_updated &&
    type == other.type &&
    id == other.id &&
    vpc_user == other.vpc_user &&
    vpc_password == other.vpc_password &&
    is_zero_data_loss_enabled == other.is_zero_data_loss_enabled &&
    internet_proxy == other.internet_proxy &&
    dbrs_policy_id == other.dbrs_policy_id &&
    is_retention_lock_enabled == other.is_retention_lock_enabled &&
    backup_retention_policy_on_terminate == other.backup_retention_policy_on_terminate &&
    is_remote == other.is_remote &&
    remote_region == other.remote_region
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 337

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)

  self.class.swagger_types.each_pair do |key, type|
    if type =~ /^Array<(.*)>/i
      # check to ensure the input is an array given that the the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        public_method("#{key}=").call(
          attributes[self.class.attribute_map[key]]
            .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
        )
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      public_method("#{key}=").call(
        OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
      )
    end
    # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(other) ⇒ Boolean

Parameters:

  • other (Object)

    the other object to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


317
318
319
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 317

def eql?(other)
  self == other
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



326
327
328
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 326

def hash
  [recovery_window_in_days, backup_destination_attach_history, space_utilized_in_gbs, time_at_which_storage_details_are_updated, type, id, vpc_user, vpc_password, is_zero_data_loss_enabled, internet_proxy, dbrs_policy_id, is_retention_lock_enabled, backup_retention_policy_on_terminate, is_remote, remote_region].hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



370
371
372
373
374
375
376
377
378
379
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 370

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = public_method(attr).call
    next if value.nil? && !instance_variable_defined?("@#{attr}")

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



364
365
366
# File 'lib/oci/database/models/backup_destination_configuration_summary.rb', line 364

def to_s
  to_hash.to_s
end