dnsStatus property

String? dnsStatus
getter/setter pair

The DNS record match status as of the last DNS fetch. Possible string values are:

  • "DNS_STATUS_UNSPECIFIED" : Unspecified DNS status.
  • "DNS_PENDING" : No DNS records have been specified for this domain yet.
  • "DNS_MISSING" : None of the required DNS records have been detected on the domain.
  • "DNS_PARTIAL_MATCH" : Some of the required DNS records were detected, but not all of them. No extra (non-required) DNS records were detected.
  • "DNS_MATCH" : All required DNS records were detected. No extra (non-required) DNS records were detected.
  • "DNS_EXTRANEOUS_MATCH" : The domain has at least one of the required DNS records, and it has at least one extra (non-required) DNS record.

Implementation

core.String? dnsStatus;