addressCidrs

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


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