Network Management v1 API - Enum RouteInfo.Types.RouteType (2.9.0)

public enum RouteInfo.Types.RouteType

Reference documentation and code samples for the Network Management v1 API enum RouteInfo.Types.RouteType.

Type of route:

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

NameDescription
Dynamic

Dynamic route exchanged between BGP peers.

PeeringDynamic

A dynamic route received from peering network.

PeeringStatic

A static route received from peering network.

PeeringSubnet

A subnet route received from peering network.

PolicyBased

Policy based route.

Static

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

Subnet

Route is a subnet route automatically created by the system.

Unspecified

Unspecified type. Default value.