sourceAddresses

@JvmName(name = "npnuuesmqcshgfrm")
suspend fun sourceAddresses(value: Output<List<String>>)
@JvmName(name = "krjgcdnemeurmyxd")
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 = "prdstpsvkhgimiiv")
suspend fun sourceAddresses(vararg values: Output<String>)


@JvmName(name = "dqkkcuoobcyaumnj")
suspend fun sourceAddresses(values: List<Output<String>>)
@JvmName(name = "enmhvfarhrihnudb")
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.