Reference documentation and code samples for the Google Cloud OsConfig V1 Client class LabelSet.
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.
Generated from protobuf message google.cloud.osconfig.v1.OSPolicyAssignment.LabelSet
Namespace
Google \ Cloud \ OsConfig \ V1 \ OSPolicyAssignmentMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ labels
array| Google\Protobuf\Internal\MapField
Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.
getLabels
Labels are identified by key/value pairs in this map.
A VM should contain all the key/value pairs specified in this map to be selected.
setLabels
Labels are identified by key/value pairs in this map.
A VM should contain all the key/value pairs specified in this map to be selected.
$this