models_v2.data_tiering_target module

class models_v2.data_tiering_target.DataTieringTarget(view_name=None, storage_domain_id=None, mount_path=None)[source]

Bases: object

Implementation of the ‘DataTieringTarget’ model.

Specifies the target data tiering details.

Attributes:

view_name (string): Specifies the view name. mount_path (string): Specifies the mount path inside the view. storage_domain_id (long|int): Specifies the Storage Domain ID where

the view will be kept.

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.