models.file_stubbing_params_target_view_data module

class models.file_stubbing_params_target_view_data.FileStubbingParams_TargetViewData(nfs_mount_path=None, target_view_name=None)[source]

Bases: object

Implementation of the ‘FileStubbingParams_TargetViewData’ model.

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

must be mounted on all NFS clients for accessing the migrated data.

target_view_name (string): The target view name to which the data will

be migrated.

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.