The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.314

OVERVIEW

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

PERL VERSION

This library should run on perls released even a long time ago. It should work on any version of perl released in the last five years.

Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.

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 network.

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

fqdn

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

AUTHOR

Ricardo SIGNES <cpan@semiotic.systems>

COPYRIGHT AND LICENSE

This software is copyright (c) 2022 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.