NAME
Net::ISC::DHCPd::Config::SharedNetwork - Shared-network config parameter
DESCRIPTION
See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.
An instance from this class, comes from / will produce one of the blocks below, dependent on "name" is set or not.
shared-network $name_attribute_value {
$keyvalues_attribute_value
$subnets_attribute_value
}
shared-network {
$keyvalues_attribute_value
$subnets_attribute_value
}
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.
keyvalues
A list of parsed Net::ISC::DHCPd::Config::KeyValue objects.
name
Holds a string representing the name of this shared network. Will be omitted if it contains an empty string.
quoted
This flag tells if the shared-network 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.