public static class 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 |