NAME
Net::ISC::DHCPd::Config::Zone - Server Zone
DESCRIPTION
See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.
An instance from this class, comes from / will produce the block below:
$name_attribute_value $value_attribute_value;
zone $name {
primary $primary;
key $key;
};
SYNOPSIS
See "SYNOPSIS" in Net::ISC::DHCPd::Config.
ATTRIBUTES
name
Name of the Zone - See "DESCRIPTION" for details.
primary
key
regex
See "regex" in Net::ISC::DHCPd::Config::Role.
METHODS
slurp
This method is used by "parse" in Net::ISC::DHCPd::Config::Role, and will slurp the content of the function, instead of trying to parse the statements.
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.