except

@JvmName(name = "yplvkbxhbunhrajp")
suspend fun except(value: Output<List<String>>)
@JvmName(name = "foplhpbmbocodfin")
suspend fun except(value: List<String>?)

Parameters

value

Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range


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


@JvmName(name = "osmnwyrrwfipqcxn")
suspend fun except(values: List<Output<String>>)
@JvmName(name = "msnvlagcongqfrxq")
suspend fun except(vararg values: String)

Parameters

values

Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range