ValidateBackupDetails

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

Bases: object

Details required to validate backup.

Methods

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

Attributes

is_prepared_backup_required [Required] Gets the is_prepared_backup_required of this ValidateBackupDetails.
__init__(**kwargs)

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

Parameters:is_prepared_backup_required (bool) – The value to assign to the is_prepared_backup_required property of this ValidateBackupDetails.
is_prepared_backup_required

[Required] Gets the is_prepared_backup_required of this ValidateBackupDetails. Specifies whether the backup needs to be prepared for fast restore or not. Set to true to prepare the backup, set to false (default) if not required. Note: The prepared backup will replace the original backup and will not generate a new backup copy. The cost associated with the backup may vary, as the prepared backup will consistently be a full backup, it may also change the storage size of the original backup.

Returns:The is_prepared_backup_required of this ValidateBackupDetails.
Return type:bool