public static class Op
Constants for wire representations of the Condition.Types.Op enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Discharged
public const string Discharged = "DISCHARGED"
Wire representation of Discharged.
Field Value | |
---|---|
Type | Description |
String |
Equals_
public const string Equals_ = "EQUALS"
Wire representation of Equals.
Field Value | |
---|---|
Type | Description |
String |
In
public const string In = "IN"
Wire representation of In.
Field Value | |
---|---|
Type | Description |
String |
NoOp
public const string NoOp = "NO_OP"
Wire representation of NoOp.
Field Value | |
---|---|
Type | Description |
String |
NotEquals
public const string NotEquals = "NOT_EQUALS"
Wire representation of NotEquals.
Field Value | |
---|---|
Type | Description |
String |
NotIn
public const string NotIn = "NOT_IN"
Wire representation of NotIn.
Field Value | |
---|---|
Type | Description |
String |
UndefinedOp
public const string UndefinedOp = "UNDEFINED_OP"
Wire representation of UndefinedOp.
Field Value | |
---|---|
Type | Description |
String |