Class ComputeEnumConstants.BfdStatus.LocalState (1.3.0)

public static class LocalState

Constants for wire representations of the BfdStatus.Types.LocalState enum.

Inheritance

Object > ComputeEnumConstants.BfdStatus.LocalState

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

AdminDown

public const string AdminDown = "ADMIN_DOWN"

Wire representation of AdminDown.

Field Value
TypeDescription
String

Down

public const string Down = "DOWN"

Wire representation of Down.

Field Value
TypeDescription
String

Init

public const string Init = "INIT"

Wire representation of Init.

Field Value
TypeDescription
String

StateUnspecified

public const string StateUnspecified = "STATE_UNSPECIFIED"

Wire representation of StateUnspecified.

Field Value
TypeDescription
String

UndefinedLocalState

public const string UndefinedLocalState = "UNDEFINED_LOCAL_STATE"

Wire representation of UndefinedLocalState.

Field Value
TypeDescription
String

Up

public const string Up = "UP"

Wire representation of Up.

Field Value
TypeDescription
String