Globals / DNSLookupOptions
# Namespace: DNSLookupOptions
export
namespace
DNSLookupOptions
# Index
# Enumerations
# Properties
# Properties
# hostname
• Optional
hostname: string
Defined in src/generated/api.ts:697 (opens new window)
List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
memberof
DNSLookupOptions
# omitFinalDNSDot
• Optional
omitFinalDNSDot: boolean
Defined in src/generated/api.ts:703 (opens new window)
Optionally control whether to omit the final dot in full DNS name values.
memberof
DNSLookupOptions
# recordTypes
• Optional
recordTypes: Array<RecordTypesEnum>
Defined in src/generated/api.ts:709 (opens new window)
List of record types you wish to query such as MX, DNS, TXT, NS, A etc.
memberof
DNSLookupOptions