CloudRoute
Fields
| name | type | nullable | description |
|---|---|---|---|
prefixes | List<IpSubnet> | false | -- |
tags | List<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: List<
CloudAccount>- vpcs: List<
VpcData>- routeTables: List<
RouteTable>- routes: List<
CloudRoute>
- routes: List<
- routeTables: List<
- vpcs: List<
- cloudAccounts: List<