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::AsSet - an object representation of a RPSL AsSet block

DESCRIPTION

An as-set object defines a set of aut-num objects. The attributes of the as-set class are shown in Figure 1.2.2. The "as-set:" attribute defines the name of the set. It is an RPSL name that starts with "as-". The "members:" attribute lists the members of the set. The "members:" attribute is a list of AS numbers, or other as-set names.

METHODS

new ( %options )

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

as_set( [$as_set])

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

descr( [$descr] )

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

members( [$member] )

Accessor to the members attribute. Accepts an optional member to be added to the members array, always return the current 'members' array.

mbrs_by_ref( [$mbr] )

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

remarks( [$remark] )

Accessor to the remarks attribute. Accepts an optional remark 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 notify value to be added to the notify array, always return the current notify array.

mnt_by( [$mnt] )

Accessor to the mnt_by attribute. Accepts an optional mnt 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.