public static class LocalStateConstants for wire representations of the BfdStatus.Types.LocalState 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 |
|
StateUnspecified
public const string StateUnspecified = "STATE_UNSPECIFIED"Wire representation of StateUnspecified.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UndefinedLocalState
public const string UndefinedLocalState = "UNDEFINED_LOCAL_STATE"Wire representation of UndefinedLocalState.
| Field Value | |
|---|---|
| Type | Description |
String |
|
Up
public const string Up = "UP"Wire representation of Up.
| Field Value | |
|---|---|
| Type | Description |
String |
|