Enum RouteInfo.RouteType (1.9.0)

public enum RouteInfo.RouteType extends Enum<RouteInfo.RouteType> implements ProtocolMessageEnum

Type of route:

Protobuf enum google.cloud.networkmanagement.v1.RouteInfo.RouteType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DYNAMIC

Dynamic route exchanged between BGP peers.

DYNAMIC = 3;

DYNAMIC_VALUE

Dynamic route exchanged between BGP peers.

DYNAMIC = 3;

PEERING_DYNAMIC

A dynamic route received from peering network.

PEERING_DYNAMIC = 6;

PEERING_DYNAMIC_VALUE

A dynamic route received from peering network.

PEERING_DYNAMIC = 6;

PEERING_STATIC

A static route received from peering network.

PEERING_STATIC = 5;

PEERING_STATIC_VALUE

A static route received from peering network.

PEERING_STATIC = 5;

PEERING_SUBNET

A subnet route received from peering network.

PEERING_SUBNET = 4;

PEERING_SUBNET_VALUE

A subnet route received from peering network.

PEERING_SUBNET = 4;

ROUTE_TYPE_UNSPECIFIED

Unspecified type. Default value.

ROUTE_TYPE_UNSPECIFIED = 0;

ROUTE_TYPE_UNSPECIFIED_VALUE

Unspecified type. Default value.

ROUTE_TYPE_UNSPECIFIED = 0;

STATIC

Static route created by the user, including the default route to the internet.

STATIC = 2;

STATIC_VALUE

Static route created by the user, including the default route to the internet.

STATIC = 2;

SUBNET

Route is a subnet route automatically created by the system.

SUBNET = 1;

SUBNET_VALUE

Route is a subnet route automatically created by the system.

SUBNET = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()