Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordSet

Package version

Describes a DNS record set (a collection of DNS records with the same name and type).

Hierarchy

  • RecordSet

Index

Properties

Optional aRecords

aRecords: ARecord[]

The list of A records in the record set.

Optional aaaaRecords

aaaaRecords: AaaaRecord[]

The list of AAAA records in the record set.

Optional cnameRecord

cnameRecord: CnameRecord

The CNAME record in the record set.

Optional etag

etag: undefined | string

The etag of the record set.

Optional id

id: undefined | string

The ID of the record set.

Optional metadata

metadata: undefined | object

The metadata attached to the record set.

Optional mxRecords

mxRecords: MxRecord[]

The list of MX records in the record set.

Optional name

name: undefined | string

The name of the record set.

Optional nsRecords

nsRecords: NsRecord[]

The list of NS records in the record set.

Optional ptrRecords

ptrRecords: PtrRecord[]

The list of PTR records in the record set.

Optional soaRecord

soaRecord: SoaRecord

The SOA record in the record set.

Optional srvRecords

srvRecords: SrvRecord[]

The list of SRV records in the record set.

Optional tTL

tTL: undefined | number

The TTL (time-to-live) of the records in the record set.

Optional txtRecords

txtRecords: TxtRecord[]

The list of TXT records in the record set.

Optional type

type: undefined | string

The type of the record set.

Generated using TypeDoc