addressCidrs

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


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