Module netapp_ontap.models.nfs_service_protocol
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class NfsServiceProtocolSchema (*, 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 NfsServiceProtocol object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
v3_64bit_identifiers_enabled GET POST PATCH
-
Specifies whether 64-bit support for NFSv3 FSIDs and file IDs is enabled.
-
v3_enabled GET POST PATCH
-
Specifies whether NFSv3 protocol is enabled.
-
v40_enabled GET POST PATCH
-
Specifies whether NFSv4.0 protocol is enabled.
-
v40_features GET POST PATCH
-
The v40_features field of the nfs_service_protocol.
-
v41_enabled GET POST PATCH
-
Specifies whether NFSv4.1 or later protocol is enabled.
-
v41_features GET POST PATCH
-
The v41_features field of the nfs_service_protocol.
-
v4_64bit_identifiers_enabled GET POST PATCH
-
Specifies whether 64-bit support for NFSv4.x FSIDs and file IDs is enabled.
-
v4_id_domain GET POST PATCH
-
Specifies the domain portion of the string form of user and group names as defined by the NFSv4 protocol.