groupLabels property

List<PatchInstanceFilterGroupLabel>? groupLabels
getter/setter pair

Targets VM instances matching ANY of these GroupLabels.

This allows targeting of disparate groups of VM instances.

Implementation

core.List<PatchInstanceFilterGroupLabel>? groupLabels;