Class ComputeEnumConstants.Zone.Status (1.2.0)

public static class Status

Constants for wire representations of the Zone.Types.Status enum.

Inheritance

Object > ComputeEnumConstants.Zone.Status

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Down

public const string Down = "DOWN"

Wire representation of Down.

Field Value
TypeDescription
String

UndefinedStatus

public const string UndefinedStatus = "UNDEFINED_STATUS"

Wire representation of UndefinedStatus.

Field Value
TypeDescription
String

Up

public const string Up = "UP"

Wire representation of Up.

Field Value
TypeDescription
String