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

NAME

Net::ISC::DHCPd::Config::Host - Host config parameter

DESCRIPTION

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.

An instance from this class, comes from / will produce:

    host $name_attribute_value {
        $keyvalues_attribute_value
        $filenames_attribute_value
        $options_attribute_value
    }

SYNOPSIS

See "SYNOPSIS" in Net::ISC::DHCPd::Config.

children

See "children" in Net::ISC::DHCPd::Config::Role.

ATTRIBUTES

fixedaddress

Convienence method that wraps shift->fixedaddresses->[0]

options

A list of parsed Net::ISC::DHCPd::Config::Option objects.

filenames

A list of parsed Net::ISC::DHCPd::Config::Filename objects. There can be only one element in this list.

hardwareethernet

Convienence method that wraps shift->hardwareethernets->[0]

keyvalues

A list of parsed Net::ISC::DHCPd::Config::KeyValue objects.

name

This attribute holds a string describing the host.

regex

See "regex" in Net::ISC::DHCPd::Config::Role.

METHODS

captured_to_args

See "captured_to_args" in Net::ISC::DHCPd::Config::Role.

generate

See "generate" in Net::ISC::DHCPd::Config::Role.

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.