models.close_smb_file_open_parameters module¶
-
class
models.close_smb_file_open_parameters.
CloseSmbFileOpenParameters
(file_path=None, open_id=None, view_name=None)[source]¶ Bases:
object
Implementation of the ‘CloseSmbFileOpenParameters’ model.
Specifies parameters required to force close an active SMB file open.
- Attributes:
- file_path (string): Specifies the filepath in the view relative to the
root filesystem. If this field is specified, viewName field must also be specified.
open_id (long|int): Specifies the id of the active open. view_name (string): Specifies the name of the View in which to search.
If a view name is not specified, all the views in the Cluster is searched. This field is mandatory if filePath field is specified.
-
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.