PreparedBackupDetails

class oci.mysql.models.PreparedBackupDetails(**kwargs)

Bases: object

Prepared backup details.

Methods

__init__(**kwargs) Initializes a new PreparedBackupDetails object with values from keyword arguments.

Attributes

prepared_backup_restore_reduction_in_minutes Gets the prepared_backup_restore_reduction_in_minutes of this PreparedBackupDetails.
time_prepared Gets the time_prepared of this PreparedBackupDetails.
__init__(**kwargs)

Initializes a new PreparedBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • prepared_backup_restore_reduction_in_minutes (int) – The value to assign to the prepared_backup_restore_reduction_in_minutes property of this PreparedBackupDetails.
  • time_prepared (datetime) – The value to assign to the time_prepared property of this PreparedBackupDetails.
prepared_backup_restore_reduction_in_minutes

Gets the prepared_backup_restore_reduction_in_minutes of this PreparedBackupDetails. The estimated time saving when this prepared backup is restored.

Returns:The prepared_backup_restore_reduction_in_minutes of this PreparedBackupDetails.
Return type:int
time_prepared

Gets the time_prepared of this PreparedBackupDetails. The date and time the backup was prepared.

Returns:The time_prepared of this PreparedBackupDetails.
Return type:datetime