public static class ComputeEnumConstants.Condition.Op
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Condition.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 |