subnets

@JvmName(name = "mgddmwpldrxobebc")
suspend fun subnets(value: Output<List<EndpointPropertiesSubnetsArgs>>)
@JvmName(name = "sfomyiuqxcaukiso")
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 = "yljyeyuumxccqjka")
suspend fun subnets(vararg values: Output<EndpointPropertiesSubnetsArgs>)


@JvmName(name = "dfaohrigctwpexyc")
suspend fun subnets(values: List<Output<EndpointPropertiesSubnetsArgs>>)
@JvmName(name = "xtqaqypjsxeggupq")
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 = "kdsoaonxukspjiar")
suspend fun subnets(argument: List<suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit>)
@JvmName(name = "ksgyxyeicahvlkqg")
suspend fun subnets(vararg argument: suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit)
@JvmName(name = "elhqagmgnkolsvdt")
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.