Enum BgpRoute.Origin (1.69.0)

public enum BgpRoute.Origin extends Enum<BgpRoute.Origin> implements ProtocolMessageEnum

[Output only] BGP origin (EGP, IGP or INCOMPLETE)

Protobuf enum google.cloud.compute.v1.BgpRoute.Origin

Implements

ProtocolMessageEnum

Static Fields

Name Description
BGP_ORIGIN_EGP

BGP_ORIGIN_EGP = 378906473;

BGP_ORIGIN_EGP_VALUE

BGP_ORIGIN_EGP = 378906473;

BGP_ORIGIN_IGP

BGP_ORIGIN_IGP = 378910317;

BGP_ORIGIN_IGP_VALUE

BGP_ORIGIN_IGP = 378910317;

BGP_ORIGIN_INCOMPLETE

BGP_ORIGIN_INCOMPLETE = 452839811;

BGP_ORIGIN_INCOMPLETE_VALUE

BGP_ORIGIN_INCOMPLETE = 452839811;

UNDEFINED_ORIGIN

A value indicating that the enum field is not set.

UNDEFINED_ORIGIN = 0;

UNDEFINED_ORIGIN_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ORIGIN = 0;

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()