models.tiering_task_info module

class models.tiering_task_info.TieringTaskInfo(instance_id=None, name=None, start_time_usecs=None, task_id=None)[source]

Bases: object

Implementation of the ‘TieringTaskInfo’ model.

Attributes:

instance_id (string): Id of that particular instance. name (string): Name of the recovery task. start_time_usecs (string): Denotes the start time of the tieringtask,

needed for deeplinking.

task_id (string): Id of the recovery task.

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.