addressCidrs

@JvmName(name = "srhxvdiwhhkjwvpy")
suspend fun addressCidrs(value: Output<List<String>>)
@JvmName(name = "obstgbokycailbbn")
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 = "dexpktncbwigiife")
suspend fun addressCidrs(vararg values: Output<String>)


@JvmName(name = "bytivhkvsqwdpcom")
suspend fun addressCidrs(values: List<Output<String>>)
@JvmName(name = "wpuedfujxbgiqava")
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.