selectors

@JvmName(name = "ufdmkghgonhrieku")
suspend fun selectors(value: Output<List<DeviceSelectorPatchArgs>>)
@JvmName(name = "owvxqlrvfqboqtwx")
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 = "qclnlvmyxpohsltg")
suspend fun selectors(vararg values: Output<DeviceSelectorPatchArgs>)


@JvmName(name = "ryiqluuuujusbcyt")
suspend fun selectors(values: List<Output<DeviceSelectorPatchArgs>>)
@JvmName(name = "srhwcpuserxxvvrr")
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 = "qdevtqtfxvyuiqux")
suspend fun selectors(argument: List<suspend DeviceSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "uapydekxhbomwuvs")
suspend fun selectors(vararg argument: suspend DeviceSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "adrtyhuqfmhjfkyc")
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.