Module netapp_ontap.models.nfs_service_protocol_v40_features
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class NfsServiceProtocolV40FeaturesSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)
-
The fields of the NfsServiceProtocolV40Features object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
acl_enabled GET POST PATCH
-
Specifies whether NFSv4.0 ACLs is enabled.
-
read_delegation_enabled GET POST PATCH
-
Specifies whether NFSv4.0 Read Delegation is enabled.
-
write_delegation_enabled GET POST PATCH
-
Specifies whether NFSv4.0 Write Delegation is enabled.