public static class ComputeEnumConstants.Route.NextHopOriginReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Route.NextHopOrigin.
Constants for wire representations of the Route.Types.NextHopOrigin enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Egp
public const string Egp = "EGP"Wire representation of Egp.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Igp
public const string Igp = "IGP"Wire representation of Igp.
| Field Value | |
|---|---|
| Type | Description |
string |
|
Incomplete
public const string Incomplete = "INCOMPLETE"Wire representation of Incomplete.
| Field Value | |
|---|---|
| Type | Description |
string |
|
UndefinedNextHopOrigin
public const string UndefinedNextHopOrigin = "UNDEFINED_NEXT_HOP_ORIGIN"Wire representation of UndefinedNextHopOrigin.
| Field Value | |
|---|---|
| Type | Description |
string |
|