excludeCidrRanges

@JvmName(name = "xsconaatsdtixjfy")
suspend fun excludeCidrRanges(value: Output<List<String>>)
@JvmName(name = "ecudukwrnprabfys")
suspend fun excludeCidrRanges(value: List<String>?)

Parameters

value

Optional. List of IP CIDR ranges to be excluded. Resulting reserved Internal Range will not overlap with any CIDR blocks mentioned in this list. Only IPv4 CIDR ranges are supported.


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


@JvmName(name = "lmyojyrakvbvxfxj")
suspend fun excludeCidrRanges(values: List<Output<String>>)
@JvmName(name = "mtdfdtojdwghgvhq")
suspend fun excludeCidrRanges(vararg values: String)

Parameters

values

Optional. List of IP CIDR ranges to be excluded. Resulting reserved Internal Range will not overlap with any CIDR blocks mentioned in this list. Only IPv4 CIDR ranges are supported.