GroupLabel(mapping=None, *, ignore_unknown_fields=False, **kwargs)Targets a group of VM instances by using their assigned
labels <https://cloud.google.com/compute/docs/labeling-resources>__.
Labels are key-value pairs. A GroupLabel is a combination of
labels that is used to target VMs for a patch job.
For example, a patch job can target VMs that have the following
GroupLabel: {"env":"test", "app":"web"}. This means that the
patch job is applied to VMs that have both the labels env=test
and app=web.
Attribute |
|
|---|---|
| Name | Description |
labels |
Sequence[
Compute Engine instance labels that must be present for a VM instance to be targeted by this filter. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
Methods
__delattr__
__delattr__(key)Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.