public static class Operator
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.SchedulingNodeAffinity.Operator.
Constants for wire representations of the SchedulingNodeAffinity.Types.Operator enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
In
public const string In = "IN"
Wire representation of In.
Field Value | |
---|---|
Type | Description |
String |
NotIn
public const string NotIn = "NOT_IN"
Wire representation of NotIn.
Field Value | |
---|---|
Type | Description |
String |
UndefinedOperator
public const string UndefinedOperator = "UNDEFINED_OPERATOR"
Wire representation of UndefinedOperator.
Field Value | |
---|---|
Type | Description |
String |
Unspecified
public const string Unspecified = "OPERATOR_UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
String |