selectors

@JvmName(name = "kdnpkktdmbriactp")
suspend fun selectors(value: Output<List<DeviceSelectorPatchArgs>>)
@JvmName(name = "yortsqmdnfmnujbh")
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.


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


@JvmName(name = "jitsqunkvpkmkesl")
suspend fun selectors(values: List<Output<DeviceSelectorPatchArgs>>)
@JvmName(name = "kyhuvhgdyomfwtpd")
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.


@JvmName(name = "xciwbechcwyxxlqv")
suspend fun selectors(argument: List<suspend DeviceSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "bybdopiviqncwxru")
suspend fun selectors(vararg argument: suspend DeviceSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "kdlhfoffiywoeusk")
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.