GetZeroTrustGatewayPolicyRuleSettingsEgress

data class GetZeroTrustGatewayPolicyRuleSettingsEgress(val ipv4: String, val ipv4Fallback: String, val ipv6: String)

Constructors

constructor(ipv4: String, ipv4Fallback: String, ipv6: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IPv4 address to be used for egress.

Link copied to clipboard

The fallback IPv4 address to be used for egress in the event of an error egressing with the primary IPv4. Can be '0.0.0.0' to indicate local egress via WARP IPs.

Link copied to clipboard

The IPv6 range to be used for egress.