TeamsLocationEndpointsIpv6Args

data class TeamsLocationEndpointsIpv6Args(val enabled: Output<Boolean>? = null, val networks: Output<List<TeamsLocationEndpointsIpv6NetworkArgs>>? = null) : ConvertibleToJava<TeamsLocationEndpointsIpv6Args>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, networks: Output<List<TeamsLocationEndpointsIpv6NetworkArgs>>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

True if the endpoint is enabled for this location.

Link copied to clipboard

A list of allowed source IPv6 network ranges for this endpoint. When empty, all source IPs are allowed. A non-empty list is only effective if the endpoint is enabled for this location.

Functions

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