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

NAME

Net::Whois::Object::AsBlock - an object representation of the RPSL AsBlock block

DESCRIPTION

An as-block object is needed to delegate a range of AS numbers to a given repository. This object may be used for authorisation of the creation of aut-num objects within the range specified by the "as-block:" attribute.

METHODS

new( %options )

Constructor for the Net::Whois::Object::AsBlock class

as_block( [$as_block] )

Accessor to the as_block attribute. Accepts an optional as_block, always return the current as_block value.

descr( [$descr] )

Accessor to the descr attribute. Accepts an optional descr, always return the current descr value.

remarks( [$remarks] )

Accessor to the remarks attribute. Accepts an optional remarks to be added to the remarks array, always return the current remarks array.

tech_c( [$tech_c] )

Accessor to the tech_c attribute. Accepts an optional tech_c to be added to the tech_c array, always return the current tech_c array.

admin_c( [$admin_c])

Accessor to the admin_c attribute. Accepts an optional admin_c to be added to the admin_c array, always return the current admin_c array.

notify( [$notify] )

Accessor to the notify attribute. Accepts an optional value to be added notify array, always return the current notify array.

mnt_lower( [$mnt_lower] )

Accessor to the mnt_lower attribute. Accepts an optional mnt_lower value to be added to the mnt_lower array, always return the current mnt_lower array.

mnt_by( [$mnt_by] )

Accessor to the mnt_by attribute. Accepts an optional mnt_by value to be added to the mnt_by array, always return the current mnt_by array.

changed( [$changed] )

Accessor to the changed attribute. Accepts an optional changed value to be added to the changed array, always return the current changed array.

source( [$source] )

Accessor to the source attribute. Accepts an optional source, always return the current source.

org( [$org] )

Accessor to the org attribute. Accepts an optional org, always return the current org.