public enum RouteTypeType of route:
Namespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |