Class GlobalVmExtensionPolicyLabelSelector
A LabelSelector is applicable for a VM only if it matches all labels in the LabelSelector.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GlobalVmExtensionPolicyLabelSelector : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InclusionLabels
Optional. Labels as key value pairs. A VM should contain all the pairs specified in this map to be selected; Labels within the LabelSelector are OR'ed.
Declaration
[JsonProperty("inclusionLabels")]
public virtual IDictionary<string, string> InclusionLabels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |