Class PatchInstanceFilterGroupLabel
Targets a group of VM instances by using their assigned
labels. 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
.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class PatchInstanceFilterGroupLabel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |