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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
AdminDown
public const string AdminDown = "ADMIN_DOWN"
Wire representation of AdminDown.
Field Value | |
---|---|
Type | Description |
string |
Down
public const string Down = "DOWN"
Wire representation of Down.
Field Value | |
---|---|
Type | Description |
string |
Init
public const string Init = "INIT"
Wire representation of Init.
Field Value | |
---|---|
Type | Description |
string |
UndefinedState
public const string UndefinedState = "UNDEFINED_STATE"
Wire representation of UndefinedState.
Field Value | |
---|---|
Type | Description |
string |
Unspecified
public const string Unspecified = "STATE_UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
string |
Up
public const string Up = "UP"
Wire representation of Up.
Field Value | |
---|---|
Type | Description |
string |