CloudRoute
Fields
| name | type | nullable | description |
|---|---|---|---|
prefixes | Bag<IpSubnet> | false | -- |
tags | Bag<String> | false | -- |
routeType | CloudRouteType | false | -- |
nextHop | CloudRouteNextHop | true | Route with null nextHop drops traffic. |
priority | Integer | true | GCP only. |
subnetIdMatch | String | false | -- |
inactive | Bool | true | -- |
Used by
network → cloudAccounts → vpcs → routeTables → routes
See also
Data model path
- network:
Network- cloudAccounts: Bag<
CloudAccount>- vpcs: Bag<
VpcData>- routeTables: Bag<
RouteTable>- routes: Bag<
CloudRoute>
- routes: Bag<
- routeTables: Bag<
- vpcs: Bag<
- cloudAccounts: Bag<