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
# NetAccessPoint

## Properties

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