except

@JvmName(name = "xpfiqxrximujdqde")
suspend fun except(value: Output<List<String>>)
@JvmName(name = "sguhdvfcsjtgapxm")
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 = "grmsjhhhxdtuwubd")
suspend fun except(vararg values: Output<String>)


@JvmName(name = "mtbjdckjcisbqoha")
suspend fun except(values: List<Output<String>>)
@JvmName(name = "dyuakpopdsgywfct")
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