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

NAME

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

DESCRIPTION

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

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

    pool {
        $keyvalue_attribute_value
        $range_attribute_value
        $options_attribute_value
    }

SYNOPSIS

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

ATTRIBUTES

options

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

ranges

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

METHODS

generate

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

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.