except

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

Parameters

value

except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range


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


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

Parameters

values

except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range