Module netapp_ontap.models.ddns

Copyright © 2022 NetApp Inc. All rights reserved.

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 GET POST PATCH

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

fqdn GET POST PATCH

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

Example: example.com

skip_fqdn_validation PATCH

Enable or disable FQDN validation.

time_to_live 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 GET POST PATCH

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