FailedRecoveryPointsStats#

class FailedRecoveryPointsStats(total_failed_recovery_points=None, failed_recovery_points=None, *args, **kwargs)#

Bases: object

Contains the total failed recovery counts and stats details list.

Parameters:
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