ZeroTrustGatewayPolicyRuleSettingsL4override

data class ZeroTrustGatewayPolicyRuleSettingsL4override(val ip: String? = null, val port: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

IPv4 or IPv6 address.

Link copied to clipboard
val port: Int? = null

A port number to use for TCP/UDP overrides.