public static class ComputeEnumConstants.SchedulingNodeAffinity.OperatorReference 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 |
|