cidrRanges

@JvmName(name = "grffpoiaopxejfmi")
suspend fun cidrRanges(value: Output<List<String>>)
@JvmName(name = "wnhtjtnpngveptan")
suspend fun cidrRanges(value: List<String>)

Parameters

value

A list of (at least 3) CIDR ranges (at least /16) which are used to host the Spring Cloud infrastructure, which must not overlap with any existing CIDR ranges in the Subnet. Changing this forces a new resource to be created.


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


@JvmName(name = "lvndwnlspfdtvsfh")
suspend fun cidrRanges(values: List<Output<String>>)
@JvmName(name = "upxuwdqgplviriig")
suspend fun cidrRanges(vararg values: String)

Parameters

values

A list of (at least 3) CIDR ranges (at least /16) which are used to host the Spring Cloud infrastructure, which must not overlap with any existing CIDR ranges in the Subnet. Changing this forces a new resource to be created.