Net::ISC::DHCPd::Config::OptionSpace::Option - Optionspace config param data
See the Net::ISC::DHCPd::Config::Role manpage for methods and attributes without documentation.
See the Net::ISC::DHCPd::Config manpage for synopsis.
$string = $self->name;
Human readable name of this option, without parent name prefix
$int = $self->name;
Computer readable code for this option.
$string = $self->value;
Value of the option.
$bool = $self->quoted;
This flag tells if the option value should be quoted or not.
See captured_to_args in the Net::ISC::DHCPd::Config::Role manpage.
See generate in the Net::ISC::DHCPd::Config::Role manpage.