NAME
DNS::Oterica::Node::Host - a host node
VERSION
version 0.100000
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.
The accessor returns a list.
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
ttl
This is the default TTL for the host's A records -- it doesn't affect the TTL for records created by families to which the host belongs. If not provided, it will be unset, and the default TTL is used.
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) 2011 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.