Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RecordDetails

A DNS resource record. For more information about records, see RFC 1034.

Properties

domain

domain: string

The fully qualified domain name where the record can be located.

Optional isProtected

isProtected: undefined | false | true

A Boolean flag indicating whether or not parts of the record are unable to be explicitly managed.

rdata

rdata: string

The record's data, as whitespace-delimited tokens in type-specific presentation format. All RDATA is normalized and the returned presentation of your RDATA may differ from its initial input. For more information about RDATA, see Supported DNS Resource Record Types

Optional recordHash

recordHash: undefined | string

A unique identifier for the record within its zone.

Optional rrsetVersion

rrsetVersion: undefined | string

The latest version of the record's zone in which its RRSet differs from the preceding version.

rtype

rtype: string

The type of DNS record, such as A or CNAME. For more information, see Resource Record (RR) TYPEs.

ttl

ttl: number

The Time To Live for the record, in seconds. Using a TTL lower than 30 seconds is not recommended. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj