Google Cloud Network Management V1 Client - Class RouteType (1.0.5)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class RouteType.

Type of route:

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ROUTE_TYPE_UNSPECIFIED

Value: 0

Unspecified type. Default value.

Generated from protobuf enum ROUTE_TYPE_UNSPECIFIED = 0;

SUBNET

Value: 1

Route is a subnet route automatically created by the system.

Generated from protobuf enum SUBNET = 1;

PBSTATIC

Value: 2

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

Generated from protobuf enum STATIC = 2;

DYNAMIC

Value: 3

Dynamic route exchanged between BGP peers.

Generated from protobuf enum DYNAMIC = 3;

PEERING_SUBNET

Value: 4

A subnet route received from peering network.

Generated from protobuf enum PEERING_SUBNET = 4;

PEERING_STATIC

Value: 5

A static route received from peering network.

Generated from protobuf enum PEERING_STATIC = 5;

PEERING_DYNAMIC

Value: 6

A dynamic route received from peering network.

Generated from protobuf enum PEERING_DYNAMIC = 6;