subnets

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


@JvmName(name = "osqtofrqondlgtxr")
suspend fun subnets(values: List<Output<EndpointPropertiesSubnetsArgs>>)
@JvmName(name = "pleqdjqknxowlbnl")
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 = "gtuxjysixqfsqixf")
suspend fun subnets(argument: List<suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit>)
@JvmName(name = "wyuuvdrmnmerrqgx")
suspend fun subnets(vararg argument: suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit)
@JvmName(name = "iyjrfbkvqeteeslg")
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.