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