The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Unix::Conf::Bind8::DB::A - Class representing A records.

SYNOPSIS

Refer to the SYNOPSIS section for Unix::Conf::Bind8::DB::Record.

METHODS

Methods specified here are overridden. They might or not be differnt from the derived ones. For other methods refer to the METHODS section for Unix::Conf::Bind8::DB::Record.

new ()
 Arguments
 LABEL          => 'string',
 CLASS          => 'string',    # 'IN'|'HS'|'CHAOS'
 TTL            => 'string'|number,
 AUTH_NS        => 'nameserver',
 MAIL_ADDR      => 'rp',
 SERIAL         => zone_serial_no       # number
 REFRESH        => refresh,
 RETRY          => retry,
 EXPIRE         => expire,
 MIN_TTL        => min_ttl,
 PARENT         => reference,   # to the DB object datastructure

Class constructor. Creates a new Unix::Conf::Bind8::DB::* object and returns it if successful, an Err object otherwise. Do not use this constructor directly. Use the Unix::Conf::Bind8::DB::new_* equivalent instead.

auth_ns ()
 Arguments
 'auth_ns'

Object method. Get/set the record's auth_ns. If an argument is passed, the invocant's auth_ns is set and true returned, on success, an Err object otherwise. If no argument is passed the invocant's auth_ns is returned.

mail_addr ()
 Arguments
 'mail_addr'

Object method. Get/set the record's mail_addr. If an argument is passed, the invocant's mail_addr is set and true returned, on success, an Err object otherwise. If no argument is passed the invocant's mail_addr is returned.

serial ()
 Arguments
 'serial'

Object method. Get/set the record's serial. If an argument is passed, the invocant's serial is set and true returned, on success, an Err object otherwise. If no argument is passed the invocant's serial is returned.

refresh ()
 Arguments
 'refresh'

Object method. Get/set the record's refresh. If an argument is passed, the invocant's refresh is set and true returned, on success, an Err object otherwise. If no argument is passed the invocant's refresh is returned.

retry ()
 Arguments
 'retry'

Object method. Get/set the record's retry. If an argument is passed, the invocant's retry is set and true returned, on success, an Err object otherwise. If no argument is passed the invocant's retry is returned.

expire ()
 Arguments
 'expire'

Object method. Get/set the record's expire. If an argument is passed, the invocant's expire is set and true returned, on success, an Err object otherwise. If no argument is passed the invocant's expire is returned.

min_ttl ()
 Arguments
 'min_ttl'

Object method. Get/set the record's min_ttl. If an argument is passed, the invocant's min_ttl is set and true returned, on success, an Err object otherwise. If no argument is passed the invocant's min_ttl is returned.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 19:

=over without closing =back