# LinkRouteTable
## Properties
**link_route_table_id** | Option<**String**> | The ID of the association between the route table and the Net or Subnet. | [optional]
**main** | Option<**bool**> | If true, the route table is the main one. | [optional]
**net_id** | Option<**String**> | The ID of the Net, if the route table is not explicitly linked to a Subnet. | [optional]
**route_table_id** | Option<**String**> | The ID of the route table. | [optional]
**subnet_id** | Option<**String**> | The ID of the Subnet, if the route table is explicitly linked to a Subnet. | [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)