Compute Engine v1 API - Class ComputeEnumConstants.BfdPacket.State (2.13.0)

public static class ComputeEnumConstants.BfdPacket.State

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