Compute Engine v1 API - Class ComputeEnumConstants.BfdStatus.LocalState (2.15.0)

public static class ComputeEnumConstants.BfdStatus.LocalState

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