RecoveryApplianceDetails¶
- 
class oci.database.models.RecoveryApplianceDetails(**kwargs)¶
- Bases: - object- Information about the recovery appliance configuration associated with the Autonomous Container Database. - Methods - __init__(**kwargs)- Initializes a new RecoveryApplianceDetails object with values from keyword arguments. - Attributes - allocated_storage_size_in_gbs- Gets the allocated_storage_size_in_gbs of this RecoveryApplianceDetails. - recovery_window_in_days- Gets the recovery_window_in_days of this RecoveryApplianceDetails. - time_recovery_appliance_details_updated- Gets the time_recovery_appliance_details_updated of this RecoveryApplianceDetails. - 
__init__(**kwargs)¶
- Initializes a new RecoveryApplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - allocated_storage_size_in_gbs (int) – The value to assign to the allocated_storage_size_in_gbs property of this RecoveryApplianceDetails.
- recovery_window_in_days (int) – The value to assign to the recovery_window_in_days property of this RecoveryApplianceDetails.
- time_recovery_appliance_details_updated (datetime) – The value to assign to the time_recovery_appliance_details_updated property of this RecoveryApplianceDetails.
 
 - 
allocated_storage_size_in_gbs¶
- Gets the allocated_storage_size_in_gbs of this RecoveryApplianceDetails. The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer. - Returns: - The allocated_storage_size_in_gbs of this RecoveryApplianceDetails. - Return type: - int 
 - 
recovery_window_in_days¶
- Gets the recovery_window_in_days of this RecoveryApplianceDetails. Number of days between the current and earliest point of recoverability covered by automatic backups. - Returns: - The recovery_window_in_days of this RecoveryApplianceDetails. - Return type: - int 
 - 
time_recovery_appliance_details_updated¶
- Gets the time_recovery_appliance_details_updated of this RecoveryApplianceDetails. The time when the recovery appliance details are updated. - Returns: - The time_recovery_appliance_details_updated of this RecoveryApplianceDetails. - Return type: - datetime 
 
-