Interface UpdateDnsRecordWithCurrentIpParams

Hierarchy

  • UpdateDnsRecordWithCurrentIpParams

Properties

domainname: string

The domain name for which DNS records with the current IP should be updated.

Example

"example.com"
hostname: string

The host name of the DNS entry.

Example

"www" - refers to www.example.com
useIpv4AndIpv6?: boolean

Indicates to update IPv4 (A records) and IPv6 (AAAA records) records.

useIpv6Only?: boolean

Indicates to update IPv6 (AAAA records) only.

Generated using TypeDoc