FailedRecoveryPointsStats#
- class FailedRecoveryPointsStats(total_failed_recovery_points=None, failed_recovery_points=None, *args, **kwargs)#
Bases:
objectContains the total failed recovery counts and stats details list.
- Parameters:
total_failed_recovery_points – (
total_failed_recovery_points) Count of failed recovery points in last 30 days.failed_recovery_points – (
failed_recovery_points)
- property failed_recovery_points#
- Type:
list[
FailedRecoveryPointDetails]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property total_failed_recovery_points#
Count of failed recovery points in last 30 days.
- Type:
int