except

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


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