models.clone_app_view_params module¶
-
class
models.clone_app_view_params.
CloneAppViewParams
(mount_path_identifier=None, read_only_view_expose=None)[source]¶ Bases:
object
Implementation of the ‘CloneAppViewParams’ model.
This message encapsulates the generic information required for cloning and App view.
- Attributes:
- mount_path_identifier (string): Mount path identifier, which
identifies the sub-dir where the cohesity view for App recovery will be mounted.
- read_only_view_expose (bool): Read only view expose param, if this is
set, the expose view will be mounted with read only.
-
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.