groupLabels

@JvmName(name = "xguiubcsoettcslx")
suspend fun groupLabels(value: Output<List<PatchInstanceFilterGroupLabelArgs>>)
@JvmName(name = "vgkvbrjbggasaugd")
suspend fun groupLabels(value: List<PatchInstanceFilterGroupLabelArgs>?)

Parameters

value

Targets VM instances matching at least one of these label sets. This allows targeting of disparate groups, for example "env=prod or env=staging".


@JvmName(name = "ivskoqegihsjoonw")
suspend fun groupLabels(vararg values: Output<PatchInstanceFilterGroupLabelArgs>)


@JvmName(name = "qhyxncpkoqfoxvkl")
suspend fun groupLabels(values: List<Output<PatchInstanceFilterGroupLabelArgs>>)
@JvmName(name = "jdrodnmxxhyoxybc")
suspend fun groupLabels(vararg values: PatchInstanceFilterGroupLabelArgs)

Parameters

values

Targets VM instances matching at least one of these label sets. This allows targeting of disparate groups, for example "env=prod or env=staging".


@JvmName(name = "mpjljwjiglxjsjyh")
suspend fun groupLabels(argument: List<suspend PatchInstanceFilterGroupLabelArgsBuilder.() -> Unit>)
@JvmName(name = "gxvcabxxgixrkiwt")
suspend fun groupLabels(vararg argument: suspend PatchInstanceFilterGroupLabelArgsBuilder.() -> Unit)
@JvmName(name = "oufeugywchihickx")
suspend fun groupLabels(argument: suspend PatchInstanceFilterGroupLabelArgsBuilder.() -> Unit)

Parameters

argument

Targets VM instances matching at least one of these label sets. This allows targeting of disparate groups, for example "env=prod or env=staging".