CELDeviceSelectorPatchArgs

data class CELDeviceSelectorPatchArgs(val expression: Output<String>? = null) : ConvertibleToJava<CELDeviceSelectorPatchArgs>

CELDeviceSelector contains a CEL expression for selecting a device.

Constructors

Link copied to clipboard
constructor(expression: Output<String>? = null)

Properties

Link copied to clipboard
val expression: Output<String>? = null

Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort. The expression's input is an object named "device", which carries the following properties:

Functions

Link copied to clipboard
open override fun toJava(): CELDeviceSelectorPatchArgs