models.clear_nlm_locks_parameters module

class models.clear_nlm_locks_parameters.ClearNlmLocksParameters(client_id=None, file_path=None, view_name=None)[source]

Bases: object

Implementation of the ‘ClearNlmLocksParameters’ model.

Specifies parameters required to force clear NLM Locks.

Attributes:
client_id (string): Specifies the id of the client, related NLM locks

needs to be clear.

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.

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.