group Labels
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".
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".
suspend fun groupLabels(argument: List<suspend PatchInstanceFilterGroupLabelArgsBuilder.() -> Unit>)
suspend fun groupLabels(vararg 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".