subnets

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


@JvmName(name = "vijrdhecfimhbphh")
suspend fun subnets(values: List<Output<EndpointPropertiesSubnetsArgs>>)
@JvmName(name = "vwndqmiuokxfvgyx")
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 = "sfsujbijgeafxifc")
suspend fun subnets(argument: List<suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit>)
@JvmName(name = "polggfvowwfuexyq")
suspend fun subnets(vararg argument: suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit)
@JvmName(name = "ofsqxebaulcflihr")
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.