public enum Route.NextHopOrigin extends Enum<Route.NextHopOrigin> implements ProtocolMessageEnum
[Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
Protobuf enum google.cloud.compute.v1.Route.NextHopOrigin
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EGP |
|
EGP_VALUE |
|
IGP |
|
IGP_VALUE |
|
INCOMPLETE |
|
INCOMPLETE_VALUE |
|
UNDEFINED_NEXT_HOP_ORIGIN |
A value indicating that the enum field is not set. |
UNDEFINED_NEXT_HOP_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() |