TeamsRuleRuleSettingsEgressArgs

data class TeamsRuleRuleSettingsEgressArgs(val ipv4: Output<String>, val ipv4Fallback: Output<String>? = null, val ipv6: Output<String>) : ConvertibleToJava<TeamsRuleRuleSettingsEgressArgs>

Constructors

Link copied to clipboard
constructor(ipv4: Output<String>, ipv4Fallback: Output<String>? = null, ipv6: Output<String>)

Properties

Link copied to clipboard
val ipv4: Output<String>

The IPv4 address to be used for egress.

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

The 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 egreass via Warp IPs.

Link copied to clipboard
val ipv6: Output<String>

The IPv6 range to be used for egress.

Functions

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