FloatingIp
Fields
| name | type | nullable | description |
|---|---|---|---|
name | String | true | The name of this FloatingIp. Empty if no name is assigned. |
id | String | false | -- |
region | String | false | -- |
status | String | false | Operational status of this FloatingIp. Possible values include "available", "pending", "failed", and "deleting". |
publicIp | IpAddress | false | The public IPv4 address allocated to this FloatingIp. |
privateIp | IpAddress | true | The private IPv4 address on the interface to which this FloatingIp is NATed. Present exactly when this FloatingIp is attached to an interface. |
Used by
network → cloudAccounts → floatingIps
See also
Data model path
- network:
Network- cloudAccounts: Bag<
CloudAccount>- floatingIps: Bag<
FloatingIp>
- floatingIps: Bag<
- cloudAccounts: Bag<