Interface DnsRecord

Hierarchy

  • DnsRecord

Properties

deleterecord?: boolean

Indicates whether the DNS record should be deleted.

destination: string

The destination of the DNS record. For A and AAAA records, this is the IP address.

Example

"192.168.178.1"

Example

"2000::1"
hostname: string

The name of the DNS record. If the record is a subdomain, the name is the subdomain name.

Example

"www"
id?: string
priority?: string
state?: string
type: string

The type of the DNS record.

Example

"A"

Example

"AAAA"

Generated using TypeDoc