subnets

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


@JvmName(name = "pdbvugnhaksvdqsx")
suspend fun subnets(values: List<Output<EndpointPropertiesSubnetsArgs>>)
@JvmName(name = "nrntrqgwumulbeex")
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 = "ipwyuuryhwmbnxoq")
suspend fun subnets(argument: List<suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit>)
@JvmName(name = "dxwuiidrkwyyjomf")
suspend fun subnets(vararg argument: suspend EndpointPropertiesSubnetsArgsBuilder.() -> Unit)
@JvmName(name = "newrihddvifgxelp")
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.