Class ComputeEnumConstants.Condition.Op (1.3.0)

public static class Op

Constants for wire representations of the Condition.Types.Op enum.

Inheritance

Object > ComputeEnumConstants.Condition.Op

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Discharged

public const string Discharged = "DISCHARGED"

Wire representation of Discharged.

Field Value
TypeDescription
String

Equals_

public const string Equals_ = "EQUALS"

Wire representation of Equals.

Field Value
TypeDescription
String

In

public const string In = "IN"

Wire representation of In.

Field Value
TypeDescription
String

NoOp

public const string NoOp = "NO_OP"

Wire representation of NoOp.

Field Value
TypeDescription
String

NotEquals

public const string NotEquals = "NOT_EQUALS"

Wire representation of NotEquals.

Field Value
TypeDescription
String

NotIn

public const string NotIn = "NOT_IN"

Wire representation of NotIn.

Field Value
TypeDescription
String

UndefinedOp

public const string UndefinedOp = "UNDEFINED_OP"

Wire representation of UndefinedOp.

Field Value
TypeDescription
String