public enum BgpRoute.Origin extends Enum<BgpRoute.Origin> implements ProtocolMessageEnumOutput only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)
Protobuf enum google.cloud.compute.v1.BgpRoute.Origin
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BGP_ORIGIN_EGP |
|
BGP_ORIGIN_EGP_VALUE |
|
BGP_ORIGIN_IGP |
|
BGP_ORIGIN_IGP_VALUE |
|
BGP_ORIGIN_INCOMPLETE |
|
BGP_ORIGIN_INCOMPLETE_VALUE |
|
UNDEFINED_ORIGIN |
A value indicating that the enum field is not set. |
UNDEFINED_ORIGIN_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|