FailedRecoveryPointDetails#
- class FailedRecoveryPointDetails(recovery_point_timestamp=None, rpo_seconds=None, message=None, *args, **kwargs)#
Bases:
object
Failed recovery stats details i.e timestamp, rpo and failure message.
- Parameters:
recovery_point_timestamp – (
recovery_point_timestamp
) Timestamp at which backup failed for defined object store.rpo_seconds – (
rpo_seconds
) A RPO value in seconds to be configured.message – (
message
) Failure reason because of which backup failed for that particular timestamp.
- property message#
Failure reason because of which backup failed for that particular timestamp.
- Type:
str
- property recovery_point_timestamp#
Timestamp at which backup failed for defined object store.
- Type:
int
- property rpo_seconds#
A RPO value in seconds to be configured.
- Type:
int
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model