Module netapp_ontap.models.nfs_service_protocol_v41_features
Copyright © 2021 NetApp Inc. All rights reserved.
Classes
class NfsServiceProtocolV41FeaturesSchema (*, only: typing.Union = None, exclude: typing.Union = (), many: bool = False, context: typing.Dict = None, load_only: typing.Union = (), dump_only: typing.Union = (), partial: typing.Union = False, unknown: str = None)
-
The fields of the NfsServiceProtocolV41Features object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
acl_enabled GET POST PATCH
-
Specifies whether NFSv4.1 or later ACLs is enabled.
-
pnfs_enabled GET POST PATCH
-
Specifies whether NFSv4.1 or later Parallel NFS is enabled.
-
read_delegation_enabled GET POST PATCH
-
Specifies whether NFSv4.1 or later Read Delegation is enabled.
-
write_delegation_enabled GET POST PATCH
-
Specifies whether NFSv4.1 or later Write Delegation is enabled.