exclusionLabels property

List<OSPolicyAssignmentLabelSet>? exclusionLabels
getter/setter pair

List of label sets used for VM exclusion.

If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

Implementation

core.List<OSPolicyAssignmentLabelSet>? exclusionLabels;