ids

@JvmName(name = "xtpnjetvsniramma")
suspend fun ids(value: Output<List<String>>)
@JvmName(name = "ebotwifjyoubfwya")
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 = "xcifonjvojbabjar")
suspend fun ids(vararg values: Output<String>)


@JvmName(name = "nmpowndsvdanlkfi")
suspend fun ids(values: List<Output<String>>)
@JvmName(name = "qljsndlqyjoevdkn")
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.