Module netapp_ontap.models.nfs_service_access_cache_config

Copyright © 2022 NetApp Inc. All rights reserved.

Classes

class NfsServiceAccessCacheConfigSchema (*, 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 NfsServiceAccessCacheConfig object

Ancestors

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

Class variables

harvest_timeout GET POST PATCH

Specifies the time after which an entry is deleted from the access cache, if unused.

is_dns_ttl_enabled GET POST PATCH

Specifies whether Dns TTL is enabled.

ttl_failure GET POST PATCH

Specifies the time to live value for entries for which a failure was encountered, in seconds.

ttl_negative GET POST PATCH

Specifies the time to live value of a negative access cache, in seconds.

ttl_positive GET POST PATCH

Specifies the time to live value of a positive access cache, in seconds.