addressCidrs

@JvmName(name = "umvtaftnkvkxeccn")
suspend fun addressCidrs(value: Output<List<String>>)
@JvmName(name = "jtrefusldepwsunr")
suspend fun addressCidrs(value: List<String>?)

Parameters

value

Specifies a list of IP address CIDRs that are located on your on-premises site. Traffic destined for these address spaces is routed to your local site.

NOTE: The address_cidrs has to be set when the link.bgp isn't specified.


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


@JvmName(name = "htlkkqdjugexrhgr")
suspend fun addressCidrs(values: List<Output<String>>)
@JvmName(name = "cvrrcvsxuiswqvyh")
suspend fun addressCidrs(vararg values: String)

Parameters

values

Specifies a list of IP address CIDRs that are located on your on-premises site. Traffic destined for these address spaces is routed to your local site.

NOTE: The address_cidrs has to be set when the link.bgp isn't specified.