outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# LinkPublicIp

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**public_dns_name** | Option<**String**> | The name of the public DNS. | [optional]
**public_ip** | Option<**String**> | The public IP associated with the NIC. | [optional]
**public_ip_account_id** | Option<**String**> | The account ID of the owner of the public IP. | [optional]
**public_ip_id** | Option<**String**> | The allocation ID of the public IP. | [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)