Module netapp_ontap.models.nfs_service_protocol_v42_features

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class NfsServiceProtocolV42FeaturesSchema (*, 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 NfsServiceProtocolV42Features object

Ancestors

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

Class variables

seclabel_enabled: bool GET POST PATCH

Specifies whether NFSv4.2 or later security label is enabled.

sparsefile_ops_enabled: bool GET POST PATCH

Specifies whether NFSv4.2 or later sparsefile operation is enabled.

xattrs_enabled: bool GET POST PATCH

Specifies whether NFSv4.2 or later extended attributes is enabled.