Module netapp_ontap.models.nfs_service_protocol_v3_features
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class NfsServiceProtocolV3FeaturesSchema (*, 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 NfsServiceProtocolV3Features object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
connection_drop: bool GET POST PATCH
-
Specfies whether the dropping of a connection when an NFSv3 request is dropped is enabled.
-
ejukebox_enabled: bool GET POST PATCH
-
Specifies whether NFSv3 EJUKEBOX error is enabled.
-
fsid_change: bool GET POST PATCH
-
Specifies whether the change in FSID as NFSv3 clients traverse filesystems should be shown.
-
hide_snapshot_enabled: bool GET POST PATCH
-
Specifies whether hiding a Snapshot copy directory under a NFSv3 mount point is enabled.
-
mount_daemon_port: Size GET POST PATCH
-
Specifies which port the NFS mount daemon (mountd) uses.
-
mount_root_only: bool GET POST PATCH
-
Specifies whether the SVM allows MOUNT protocol calls only from privileged ports (port numbers less than 1024).
-
network_lock_manager_port: Size GET POST PATCH
-
Specifies which port the Network lock manager uses.
-
network_status_monitor_port: Size GET POST PATCH
-
Specifies which port the Network status monitor port uses.
-
rquota_daemon_port: Size GET POST PATCH
-
Specifies which port the NFS quota daemon port uses.