Google Cloud OsConfig V1 Client - Class LabelSet (1.1.1)

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 and type=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 \ OSPolicyAssignment

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

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.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this