models_v2.data_tiering_source module¶
-
class
models_v2.data_tiering_source.
DataTieringSource
(environment=None, generic_nas_params=None, isilon_params=None, netapp_params=None)[source]¶ Bases:
object
Implementation of the ‘DataTieringSource’ model.
Specifies the source data tiering details.
- Attributes:
- environment (Environment3Enum): Specifies the environment type of the
data tiering source.
- generic_nas_params (GenericNasDataTieringParams): Specifies the
parameters which are specific to NAS related Protection Groups.
- isilon_params (IsilonDataTieringParams): Specifies the parameters
which are specific to Isilon related Protection Groups.
- netapp_params (NetappDataTieringParams): Specifies the parameters
which are specific to Netapp related Protection Groups.
-
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.