# FiltersNetAccessPoint
## Properties
**net_access_point_ids** | Option<**Vec<String>**> | The IDs of the Net access points. | [optional]
**net_ids** | Option<**Vec<String>**> | The IDs of the Nets. | [optional]
**service_names** | Option<**Vec<String>**> | The names of the services. For more information, see [ReadNetAccessPointServices](#readnetaccesspointservices). | [optional]
**states** | Option<**Vec<String>**> | The states of the Net access points (`pending` \\| `available` \\| `deleting` \\| `deleted`). | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the Net access points. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the Net access points. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the Net access points, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. | [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)