subnets

@JvmName(name = "qfjwomdvoxxqyake")
suspend fun subnets(value: Output<List<EndpointPropertiesSubnetsArgs>>)
@JvmName(name = "jltcwgfqywrvfqsu")
suspend fun subnets(value: List<EndpointPropertiesSubnetsArgs>?)

Parameters

value

The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints.


@JvmName(name = "nxptcdqryqvuadtd")
suspend fun subnets(vararg values: Output<EndpointPropertiesSubnetsArgs>)


@JvmName(name = "qugysmnogcfnhmie")
suspend fun subnets(values: List<Output<EndpointPropertiesSubnetsArgs>>)
@JvmName(name = "rxkkscbptsutucjg")
suspend fun subnets(vararg values: EndpointPropertiesSubnetsArgs)

Parameters

values

The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints.


@JvmName(name = "jhmbaelcgrmnfegg")
suspend fun subnets(argument: List<suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit>)
@JvmName(name = "bcvvoqxyafnupjqp")
suspend fun subnets(vararg argument: suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit)
@JvmName(name = "fwjueusuhutispkc")
suspend fun subnets(argument: suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit)

Parameters

argument

The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints.