public static class ComputeEnumConstants.BgpRoute.Origin
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.BgpRoute.Origin.
Constants for wire representations of the BgpRoute.Types.Origin enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
BgpOriginEgp
public const string BgpOriginEgp = "BGP_ORIGIN_EGP"
Wire representation of BgpOriginEgp.
Field Value | |
---|---|
Type | Description |
string |
BgpOriginIgp
public const string BgpOriginIgp = "BGP_ORIGIN_IGP"
Wire representation of BgpOriginIgp.
Field Value | |
---|---|
Type | Description |
string |
BgpOriginIncomplete
public const string BgpOriginIncomplete = "BGP_ORIGIN_INCOMPLETE"
Wire representation of BgpOriginIncomplete.
Field Value | |
---|---|
Type | Description |
string |
UndefinedOrigin
public const string UndefinedOrigin = "UNDEFINED_ORIGIN"
Wire representation of UndefinedOrigin.
Field Value | |
---|---|
Type | Description |
string |