Enum RouteInfo.Types.RouteType (1.1.0)

public enum 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.

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.