# RouteTable
## Properties
**link_route_tables** | Option<[**Vec<crate::models::LinkRouteTable>**](LinkRouteTable.md)> | One or more associations between the route table and Subnets. | [optional]
**net_id** | Option<**String**> | The ID of the Net for the route table. | [optional]
**route_propagating_virtual_gateways** | Option<[**Vec<crate::models::RoutePropagatingVirtualGateway>**](RoutePropagatingVirtualGateway.md)> | Information about virtual gateways propagating routes. | [optional]
**route_table_id** | Option<**String**> | The ID of the route table. | [optional]
**routes** | Option<[**Vec<crate::models::Route>**](Route.md)> | One or more routes in the route table. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**](ResourceTag.md)> | One or more tags associated with the route table. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)