Module netapp_ontap.models.nfs_service_transport

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class NfsServiceTransportSchema (*, 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 NfsServiceTransport object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

rdma_enabled: bool GET POST PATCH

Specifies whether RDMA transport is enabled for the NFS server.

tcp_enabled: bool GET POST PATCH

Specifies whether TCP transports are enabled on the server.

tcp_max_transfer_size: Size GET POST PATCH

Specifies the maximum transfer size in bytes, that the storage system negotiates with the client for TCP transport of data for NFSv3 and NFSv4.x protocols. The range is 8192 to 1048576.

Example: 16384

udp_enabled: bool GET POST PATCH

Specifies whether UDP transports are enabled on the server.