models_v2.data_tiering_analysis_group module¶
-
class
models_v2.data_tiering_analysis_group.
DataTieringAnalysisGroup
(name=None, source=None, id=None, last_run=None)[source]¶ Bases:
object
Implementation of the ‘DataTieringAnalysisGroup’ model.
Specifies the data tiering analysis group.
- Attributes:
name (string): Specifies the name of the data tiering analysis group. source (DataTieringSource): Specifies the source data tiering
details.
id (string): Specifies the ID of the data tiering analysis group. last_run (DataTieringAnalysisGroupRun): Specifies the data tiering
analysis group run.
-
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.