NAME

WWW::Hetzner::Robot::Failover - Hetzner Robot failover IP entity

VERSION

version 0.101

ip

The failover IP address (unique ID).

netmask

Netmask of the failover IP.

server_ip

Main IP of the server the failover IP is assigned to.

server_ipv6_net

IPv6 network of the server the failover IP is assigned to.

server_number

Number of the server the failover IP is assigned to.

active_server_ip

Main IP of the server the failover IP currently routes to. undef when the routing was deleted.

switch

$failover->switch('198.51.100.10');

Routes the failover IP to another server and updates "active_server_ip" from the response.

delete

$failover->delete;

Deletes the routing of the failover IP. The IP itself stays in the account - this is not a cancellation.

SEE ALSO

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.