sourceAddresses

@JvmName(name = "kmxutrmoqvlajwpl")
suspend fun sourceAddresses(value: Output<List<String>>)
@JvmName(name = "qlygnxjomtmaocks")
suspend fun sourceAddresses(value: List<String>?)

Parameters

value

An array of strings containing the IPv4 addresses, IPv6 addresses, IPv4 CIDRs, and/or IPv6 CIDRs from which the inbound traffic will be accepted.


@JvmName(name = "tgqppbwlwjshmobk")
suspend fun sourceAddresses(vararg values: Output<String>)


@JvmName(name = "huvdgartasfwpwtn")
suspend fun sourceAddresses(values: List<Output<String>>)
@JvmName(name = "emcjfdiewsluljwp")
suspend fun sourceAddresses(vararg values: String)

Parameters

values

An array of strings containing the IPv4 addresses, IPv6 addresses, IPv4 CIDRs, and/or IPv6 CIDRs from which the inbound traffic will be accepted.