OSPolicyAssignmentLabelSet
import type { OSPolicyAssignmentLabelSet } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Message representing label set. * A label is a key value pair set for a VM.
- A LabelSet is a set of labels. * Labels within a LabelSet are ANDed. In
other words, a LabelSet is applicable for a VM only if it matches all the
labels in the LabelSet. * Example: A LabelSet with 2 labels:
env=prod
andtype=webserver
will only be applicable for those VMs with both labels present.
interface OSPolicyAssignmentLabelSet {
labels?: {};
}[key: string]: string;