# PublicIp
## Properties
**link_public_ip_id** | Option<**String**> | (Required in a Net) The ID representing the association of the public IP with the VM or the NIC. | [optional]
**nic_account_id** | Option<**String**> | The account ID of the owner of the NIC. | [optional]
**nic_id** | Option<**String**> | The ID of the NIC the public IP is associated with (if any). | [optional]
**private_ip** | Option<**String**> | The private IP associated with the public IP. | [optional]
**public_ip** | Option<**String**> | The public IP. | [optional]
**public_ip_id** | Option<**String**> | The allocation ID of the public IP. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**](ResourceTag.md)> | One or more tags associated with the public IP. | [optional]
**vm_id** | Option<**String**> | The ID of the VM the public IP is associated with (if any). | [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)