models_v2.nfs_config module¶
-
class
models_v2.nfs_config.
NfsConfig
(enable_nfs_view_discovery=None, nfs_all_squash=None, nfs_root_permissions=None, nfs_root_squash=None)[source]¶ Bases:
object
Implementation of the ‘NfsConfig’ model.
Specifies the NFS config settings for this View.
- Attributes:
- enable_nfs_view_discovery (bool): If set, it enables discovery of view
for NFS.
- nfs_all_squash
(NfsSquashSpecifiesTheSquashConfigForClientSubnetWhitelist): TODO: type description here.
- nfs_root_permissions (NfsRootPermissions): Specifies the config of NFS
root permission of a view file system.
- nfs_root_squash
(NfsSquashSpecifiesTheSquashConfigForClientSubnetWhitelist): TODO: type description here.
-
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.