Class ComputeEnumConstants.BfdPacket.State (1.4.0)

public static class State

Constants for wire representations of the BfdPacket.Types.State enum.

Inheritance

Object > ComputeEnumConstants.BfdPacket.State

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

UndefinedState

public const string UndefinedState = "UNDEFINED_STATE"

Wire representation of UndefinedState.

Field Value
TypeDescription
String

Unspecified

public const string Unspecified = "STATE_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
TypeDescription
String

Up

public const string Up = "UP"

Wire representation of Up.

Field Value
TypeDescription
String