models_v2.common_data_tiering_analysis_group_params module

class models_v2.common_data_tiering_analysis_group_params.CommonDataTieringAnalysisGroupParams(name=None, source=None)[source]

Bases: object

Implementation of the ‘CommonDataTieringAnalysisGroupParams’ 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.

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.