Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DnsHealthCheckerDetails

DNS healthcheck configurations.

Properties

domainName

domainName: string

The absolute fully-qualified domain name to perform periodic DNS queries. If not provided, an extra dot will be added at the end of a domain name during the query.

Optional queryClass

queryClass: model.DnsHealthCheckQueryClasses

The class the dns health check query to use; either IN or CH.

Example: {@code IN}

Optional queryType

queryType: model.DnsHealthCheckQueryTypes

The type the dns health check query to use; A, AAAA, TXT.

Example: {@code A}

Optional rcodes

An array that represents accepetable RCODE values for DNS query response. Example: ["NOERROR", "NXDOMAIN"]

Optional transportProtocol

transportProtocol: model.DnsHealthCheckTransportProtocols

DNS transport protocol; either UDP or TCP.

Example: {@code UDP}

Functions

getDeserializedJsonObj

getJsonObj