NAME

DNS::Oterica::Node::Host - a host node

VERSION

version 0.092950

OVERVIEW

DNS::Oterica::Node::Host represents an individual machine in DNS::Oterica. A node has interfaces (which have IP addresses), a network location, and is part of a named domain.

ATTRIBUTES

hostname

This is the name of the host. It does not include the domain name.

aliases

This is an arrayref of other fully-qualified names that refer to this host.

interfaces

This is an arrayref of pairs, each one an IP address and a location.

This attribute is pretty likely to change later.

location

The name of the network location of this host

METHODS

world_ip

The world location IP address for this host.

fqdn

This is the fully-qualified domain name of this host.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Ricardo SIGNES.

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