ZeroTrustGatewayPolicyRuleSettingsL4overrideArgs

data class ZeroTrustGatewayPolicyRuleSettingsL4overrideArgs(val ip: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ZeroTrustGatewayPolicyRuleSettingsL4overrideArgs>

Constructors

constructor(ip: Output<String>? = null, port: Output<Int>? = null)

Properties

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

IPv4 or IPv6 address.

Link copied to clipboard
val port: Output<Int>? = null

A port number to use for TCP/UDP overrides.

Functions

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