Inherits lsm::_iplugin::INetworkAttachedStorage.

Public Member Functions | |
| def | export_auth |
| def | exports |
| def | export_fs |
| def | export_remove |
Definition at line 456 of file _iplugin.py.
| def export_auth | ( | self, | ||
flags = 0 | ||||
| ) |
Returns the types of authentication that are available for NFS
Definition at line 457 of file _iplugin.py.
| def export_fs | ( | self, | ||
| fs_id, | ||||
| export_path, | ||||
| root_list, | ||||
| rw_list, | ||||
| ro_list, | ||||
| anon_uid, | ||||
| anon_gid, | ||||
| auth_type, | ||||
| options, | ||||
flags = 0 | ||||
| ) |
Exports a filesystem as specified in the export
Definition at line 469 of file _iplugin.py.
| def export_remove | ( | self, | ||
| export, | ||||
flags = 0 | ||||
| ) |
Removes the specified export
Definition at line 476 of file _iplugin.py.
| def exports | ( | self, | ||
search_key = None, |
||||
search_value = None, |
||||
flags = 0 | ||||
| ) |
Get a list of all exported file systems on the controller.
Definition at line 463 of file _iplugin.py.
1.6.1