ZeroTrustGatewayLoggingSettingsByRuleTypeArgs

data class ZeroTrustGatewayLoggingSettingsByRuleTypeArgs(val dns: Output<String>? = null, val http: Output<String>? = null, val l4: Output<String>? = null) : ConvertibleToJava<ZeroTrustGatewayLoggingSettingsByRuleTypeArgs>

Constructors

constructor(dns: Output<String>? = null, http: Output<String>? = null, l4: Output<String>? = null)

Properties

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

Logging settings for DNS firewall.

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

Logging settings for HTTP/HTTPS firewall.

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

Logging settings for Network firewall.

Functions

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