models_v2.data_tiering_task_run module¶
-
class
models_v2.data_tiering_task_run.
DataTieringTaskRun
(id=None, start_time_usecs=None, end_time_usecs=None, tiering_info=None)[source]¶ Bases:
object
Implementation of the ‘DataTieringTaskRun’ model.
Specifies the data tiering task run.
- Attributes:
id (string): Specifies the id of the data tiering task run. start_time_usecs (long|int): Specifies the start time of task run in
Unix epoch Timestamp(in microseconds).
- end_time_usecs (long|int): Specifies the end time of task run in Unix
epoch Timestamp(in microseconds).
tiering_info (TieringInfo): Specifies the data tiering task details.
-
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.