except

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


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