# NetAccessPoint
## Properties
**net_access_point_id** | Option<**String**> | The ID of the Net access point. | [optional]
**net_id** | Option<**String**> | The ID of the Net with which the Net access point is associated. | [optional]
**route_table_ids** | Option<**Vec<String>**> | The ID of the route tables associated with the Net access point. | [optional]
**service_name** | Option<**String**> | The name of the service with which the Net access point is associated. | [optional]
**state** | Option<**String**> | The state of the Net access point (`pending` \\| `available` \\| `deleting` \\| `deleted`). | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**](ResourceTag.md)> | One or more tags associated with the Net access point. | [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)