TeamsLocationEndpointsIpv4Args

data class TeamsLocationEndpointsIpv4Args(val enabled: Output<Boolean>? = null) : ConvertibleToJava<TeamsLocationEndpointsIpv4Args>

Constructors

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

Properties

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

True if the endpoint is enabled for this location.

Functions

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