> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/ipfailover.md).

# IPFailover

## Properties

\| **ip** | **String** | | \[optional] |

\| **nic\_uuid** | **String** | | \[optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::IPFailover.new(
  ip: 192.18.2.231,

  nic_uuid: 3c11273c-b3e1-4ca3-8134-84fd2dd4ebec
)
```
