Module netapp_ontap.models.ddns

Copyright © 2023 NetApp Inc. All rights reserved.

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

Classes

class DdnsSchema (*, 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 Ddns object

Ancestors

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

Class variables

enabled: bool GET POST PATCH

Enable or disable Dynamic DNS (DDNS) updates for the specified SVM.

fqdn: str GET POST PATCH

Fully Qualified Domain Name (FQDN) to be used for dynamic DNS updates.

Example: example.com

skip_fqdn_validation: bool PATCH

Enable or disable FQDN validation.

time_to_live: str GET POST PATCH

Time to live value for the dynamic DNS updates, in an ISO-8601 duration formatted string. Maximum Time To Live is 720 hours(P30D in ISO-8601 format) and the default is 24 hours(P1D in ISO-8601 format).

Example: P2D

use_secure: bool GET POST PATCH

Enable or disable secure dynamic DNS updates for the specified SVM.