The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Net-ISC-DHCPd Net::Config"

Net::ISC::DHCPd::Config - Parse and create ISC DHCPd config River stage zero No dependents

An object constructed from this class represents the config for a given dhcpd server. The config file passed on to the construted can either be read or written to. As shown in the "SYNOPSIS", the object has the method "parse", which will read the con...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Key - Server key River stage zero No dependents

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; key "$name" { algorithm $algorithm; secret "$sec...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Pool - Pool config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: pool { $keyvalue_attribute_value $range_attribute_value $options_attribute_value }...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Zone - Server Zone River stage zero No dependents

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; };...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Host - Host config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: host $name_attribute_value { $keyvalues_attribute_value $filenames_attribute_value $options_attribute_value }...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Role - Role with generic config methods and attributes River stage zero No dependents

This role contains common methods and attributes for each of the config classes in the Net::ISC::DHCPd::Config namespace....

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Root - Role for root config classes River stage zero No dependents

This role is applied to root classes, such as Net::ISC::DHCPd::Config and Net::ISC::DHCPd::Config::Include....

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Range - Range config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: range $lower_attribute_value $upper_attribute_value;...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Group - Group config parameter River stage zero No dependents

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_val...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Class - Class config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce the block below: class "$name" { ... }...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Block - Unknown config blocks River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: $type $name { $body_attribute_value } $type "$string" { $body_attribute_value } IMPORTANT! "Blocks" may be red...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Option - Option config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce one of the lines below, dependent on "quoted". option $name_attribute_value "$value_attribute_value"; option $n...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Range6 - Range6 config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: range6 $lower_attribute_value $upper_attribute_value; or range6 $lower_attribute_value temporary;...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Subnet - Subnet config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: subnet $address_attribute_value \ netmask $address_attribute_value { $options_attribute_value $filename_attrib...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Subnet6 - Subnet6 config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: subnet6 $address_attribute_value { $options_attribute_value $filename_attribute_value $range_attribute_value $...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Include - Hold content of included file River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: include "$file_attribute_value"; Example: my $include = $config->includes->[0]; $include->parse;...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Filename - Filename config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: filename "$file_attribute_value";...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::KeyValue - Misc option config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce one of the lines below, dependent on "quoted". $name_attribute_value "$value_attribute_value"; $name_attribute_...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::Function - Function config parameters River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce: on $name_attribute_value { option_attribute; keyvalue_attribute; if conditional { } }...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC

Net::ISC::DHCPd::Config::SubClass - Subclass config parameter River stage zero No dependents

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation. An instance from this class, comes from / will produce one of the lines below, dependent on "quoted". subclass "$name" "$value";...

RDRAKE/Net-ISC-DHCPd-0.1709 - 03 Feb 2016 18:52:57 UTC
30 results (0.043 seconds)