models.file_uptiering_params_source_view_data module

class models.file_uptiering_params_source_view_data.FileUptieringParams_SourceViewData(nfs_mount_path=None, source_view_name=None)[source]

Bases: object

Implementation of the ‘FileUptieringParams_SourceViewData’ model.

Attributes:
nfs_mount_path (string): Mount path where the Cohesity view must be

mounted on all NFS clients while migrating the data.

source_view_name (string): The source view name from which the data

will be uptiered.

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.