ids

@JvmName(name = "wjiebcsravrysqal")
suspend fun ids(value: Output<List<String>>)
@JvmName(name = "rstnxowyuwvmulvc")
suspend fun ids(value: List<String>?)

Parameters

value

A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches.


@JvmName(name = "tgnxsumsdkqsrapu")
suspend fun ids(vararg values: Output<String>)


@JvmName(name = "lwjiutixuhethsjd")
suspend fun ids(values: List<Output<String>>)
@JvmName(name = "domdrrwxmqgaeexy")
suspend fun ids(vararg values: String)

Parameters

values

A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches.