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 $name {
$keyvalues_attribute_value
$options_attribute_value
$hosts_attribute_value
$groups_attribute_value
$sharednetworks_attribute_value
$subnets_attribute_value
}
Group names are optional.
SYNOPSIS
See "SYNOPSIS" in Net::ISC::DHCPd::Config.
children
See "children" in Net::ISC::DHCPd::Config::Role.
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.
name
Name of the group - See "DESCRIPTION" for details.
quoted
This flag tells if the group name should be quoted or not.
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.