# FiltersNetPeering
## Properties
**accepter_net_account_ids** | Option<**Vec<String>**> | The account IDs of the owners of the peer Nets. | [optional]
**accepter_net_ip_ranges** | Option<**Vec<String>**> | The IP ranges of the peer Nets, in CIDR notation (for example, `10.0.0.0/24`). | [optional]
**accepter_net_net_ids** | Option<**Vec<String>**> | The IDs of the peer Nets. | [optional]
**expiration_dates** | Option<**Vec<String>**> | The dates and times at which the Net peerings expire, in ISO 8601 date-time format (for example, `2020-06-14T00:00:00.000Z`). | [optional]
**net_peering_ids** | Option<**Vec<String>**> | The IDs of the Net peerings. | [optional]
**source_net_account_ids** | Option<**Vec<String>**> | The account IDs of the owners of the peer Nets. | [optional]
**source_net_ip_ranges** | Option<**Vec<String>**> | The IP ranges of the peer Nets. | [optional]
**source_net_net_ids** | Option<**Vec<String>**> | The IDs of the peer Nets. | [optional]
**state_messages** | Option<**Vec<String>**> | Additional information about the states of the Net peerings. | [optional]
**state_names** | Option<**Vec<String>**> | The states of the Net peerings (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the Net peerings. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the Net peerings. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the Net peerings, 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)