Show / Hide Table of Contents

Class GlobalVmExtensionPolicyLabelSelector

A LabelSelector is applicable for a VM only if it matches all labels in the LabelSelector.

Inheritance
object
GlobalVmExtensionPolicyLabelSelector
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX