PointInTimeRecoveryDetails¶
- 
class oci.mysql.models.PointInTimeRecoveryDetails(**kwargs)¶
- Bases: - object- Point-in-time Recovery details like earliest and latest recovery time point for the DB System. - Methods - __init__(**kwargs)- Initializes a new PointInTimeRecoveryDetails object with values from keyword arguments. - Attributes - time_earliest_recovery_point- [Required] Gets the time_earliest_recovery_point of this PointInTimeRecoveryDetails. - time_latest_recovery_point- [Required] Gets the time_latest_recovery_point of this PointInTimeRecoveryDetails. - 
__init__(**kwargs)¶
- Initializes a new PointInTimeRecoveryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - time_earliest_recovery_point (datetime) – The value to assign to the time_earliest_recovery_point property of this PointInTimeRecoveryDetails.
- time_latest_recovery_point (datetime) – The value to assign to the time_latest_recovery_point property of this PointInTimeRecoveryDetails.
 
 
-