NfsRulePatch

Properties

Name Type Description Notes
enabled bool Is the NFSv3 protocol enabled? Default is false (deprecated). [optional]
rules str NFS rules. [optional]
v3_enabled bool Is the NFSv3 protocol enabled? Default is false. [optional]
v4_1_enabled bool Is the NFSv4.1 protocol enabled? Default is false. [optional]
add_rules str The rules which will be added to the existing NFS export rules for the file system. [optional]
remove_rules str The rules which will be removed from the existing NFS export rules for the file system. Only the first occurrence of the `remove_rules` will be removed. [optional]
after str The `after` field can be used with `add_rules` or `remove_rules` or both. If used with `add_rules`, then the `add_rules` string will be inserted after the first occurrence of the `after` string. If used with `remove_rules`, then remove the first occurrence of `remove_rules` after the first occurrence of the `after` string. The `remove_rules` will be processed before the `add_rules`. [optional]

[Back to Model list] [Back to API list] [Back to Overview]