Module netapp_ontap.models.nfs_service_access_cache_config
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
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: Size GET POST PATCH
-
Specifies the time after which an entry is deleted from the access cache, if unused.
-
is_dns_ttl_enabled: bool GET POST PATCH
-
Specifies whether Dns TTL is enabled.
-
ttl_failure: Size GET POST PATCH
-
Specifies the time to live value for entries for which a failure was encountered, in seconds.
-
ttl_negative: Size GET POST PATCH
-
Specifies the time to live value of a negative access cache, in seconds.
-
ttl_positive: Size GET POST PATCH
-
Specifies the time to live value of a positive access cache, in seconds.