Enum ZoneResolutionMode
The resolution mode of a zone defines behavior related to how query responses can be handled.
Static - This is the default behavior.
Transparent - Continue resolution if, and only if, the response is NXDOMAIN for any domain or NODATA at the apex.
Only supported for private zones.
RTypeTransparent - Continue resolution if, and only if, the response is NXDOMAIN or NODATA. Only supported for
private zones.
For private DNS, continue resolution means moving on to the next evaluation for the resolver following the normal
sequence for checking query resolution.
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
public enum ZoneResolutionMode
Fields
| Name | Description |
|---|---|
| RtypeTransparent | |
| Static | |
| Transparent | |
| UnknownEnumValue |