nonExistence property

String? nonExistence
getter/setter pair

Specifies the mechanism for authenticated denial-of-existence responses.

Can only be changed while the state is OFF. Possible string values are:

  • "nsec" : Indicates that Cloud DNS will sign records in the managed zone according to RFC 4034 and respond with NSEC records for names that do not exist.
  • "nsec3" : Indicates that Cloud DNS will sign records in the managed zone according to RFC 5155 and respond with NSEC3 records for names that do not exist.

Implementation

core.String? nonExistence;