selectors

@JvmName(name = "rbebxdgbbfnulavg")
suspend fun selectors(value: Output<List<DeviceSelectorPatchArgs>>)
@JvmName(name = "kyfpxitgblxhalsu")
suspend fun selectors(value: List<DeviceSelectorPatchArgs>?)

Parameters

value

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered. This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.


@JvmName(name = "slxrvqqkrbcmhhxo")
suspend fun selectors(vararg values: Output<DeviceSelectorPatchArgs>)


@JvmName(name = "olkrhnfyvgotogkj")
suspend fun selectors(values: List<Output<DeviceSelectorPatchArgs>>)
@JvmName(name = "oejjqsdqhweanlll")
suspend fun selectors(vararg values: DeviceSelectorPatchArgs)

Parameters

values

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered. This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.


@JvmName(name = "gauyanqeacbtoxsi")
suspend fun selectors(argument: List<suspend DeviceSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "kmkwoqpxychcxdvk")
suspend fun selectors(vararg argument: suspend DeviceSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "lxnvnfyqndahdxhf")
suspend fun selectors(argument: suspend DeviceSelectorPatchArgsBuilder.() -> Unit)

Parameters

argument

Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered. This field can only be set when deviceClassName is set and no subrequests are specified in the firstAvailable list.