outscale_api 1.14.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RouteTable

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)