# FiltersPublicIp
## Properties
**link_public_ip_ids** | Option<**Vec<String>**> | The IDs representing the associations of public IPs with VMs or NICs. | [optional]
**nic_account_ids** | Option<**Vec<String>**> | The account IDs of the owners of the NICs. | [optional]
**nic_ids** | Option<**Vec<String>**> | The IDs of the NICs. | [optional]
**placements** | Option<**Vec<String>**> | Whether the public IPs are for use in the public Cloud or in a Net. | [optional]
**private_ips** | Option<**Vec<String>**> | The private IPs associated with the public IPs. | [optional]
**public_ip_ids** | Option<**Vec<String>**> | The IDs of the public IPs. | [optional]
**public_ips** | Option<**Vec<String>**> | The public IPs. | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the public IPs. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the public IPs. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the public IPs, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. | [optional]
**vm_ids** | Option<**Vec<String>**> | The IDs of the VMs. | [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)