NAME

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

DESCRIPTION

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

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

group {
    $keyvalues_attribute_value
    $options_attribute_value
    $hosts_attribute_value
    $groups_attribute_value
    $sharednetworks_attribute_value
    $subnets_attribute_value
}

SYNOPSIS

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

ATTRIBUTES

subnets

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

sharednetworks

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

groups

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

hosts

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

options

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

keyvalues

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

METHODS

generate

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

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.