models.recoveries_tile module

class models.recoveries_tile.RecoveriesTile(last_month_num_recoveries=None, last_month_recoveries_by_type=None, last_month_recovery_size_bytes=None, recovery_num_running=None)[source]

Bases: object

Implementation of the ‘RecoveriesTile’ model.

Recoveries information.

Attributes:
last_month_num_recoveries (int): Number of Recoveries in the last 30

days.

last_month_recoveries_by_type (list of RestoreCountByObjectType):

Recoveries by Type in the last month.

last_month_recovery_size_bytes (long|int): Bytes recovered in the last

30 days.

recovery_num_running (int): Number of recoveries that are currently

running.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.