except

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


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