ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternallyArgs

data class ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternallyArgs(val fallback: Output<String>? = null, val viewId: Output<String>? = null) : ConvertibleToJava<ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternallyArgs>

Constructors

constructor(fallback: Output<String>? = null, viewId: Output<String>? = null)

Properties

Link copied to clipboard
val fallback: Output<String>? = null

The fallback behavior to apply when the internal DNS response code is different from 'NOERROR' or when the response data only contains CNAME records for 'A' or 'AAAA' queries. Available values: "none", "public_dns".

Link copied to clipboard
val viewId: Output<String>? = null

The internal DNS view identifier that's passed to the internal DNS service.

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternallyArgs