models_v2.data_tiering_analysis_group_run module¶
-
class
models_v2.data_tiering_analysis_group_run.
DataTieringAnalysisGroupRun
(id=None, objects=None, start_time_usecs=None, end_time_usecs=None, analysis_info=None)[source]¶ Bases:
object
Implementation of the ‘DataTieringAnalysisGroupRun’ model.
Specifies the data tiering analysis group run.
- Attributes:
id (string): Specifies the ID of the data tiering analysis group run. objects (list of DataTieringObjectInfo): Specifies the objects details
analyzed during data tiering analysis group run.
- start_time_usecs (long|int): Specifies the start time of analysis run
in Unix epoch Timestamp(in microseconds).
- end_time_usecs (long|int): Specifies the end time of analysis run in
Unix epoch Timestamp(in microseconds).
- analysis_info (DataTieringAnalysisInfo): Specifies the data tiering
analysis 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.