TeamsRuleRuleSettingsEgress

data class TeamsRuleRuleSettingsEgress(val ipv4: String? = null, val ipv4Fallback: String? = null, val ipv6: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipv4: String? = null

The IPv4 address to be used for egress.

Link copied to clipboard
val ipv4Fallback: String? = null

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
val ipv6: String? = null

The IPv6 range to be used for egress.