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

NAME

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

DESCRIPTION

A route-set object defines a set of routes that can be represented by route objects or by address prefixes. In the first case, the set is populated by means of the "mbrs-by-ref:" attribute, in the latter, the members of the set are explicitly listed in the "members:" attribute. The "members:" attribute is a list of address prefixes or other route-set names. Note that the route-set class is a set of route prefixes, not of database route objects.

METHODS

new( %options )

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

route_set( [$route_set] )

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

descr( [$descr] )

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

members( [$members] )

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

mbrs_by_ref( [$mbrs_by_ref] )

Accessor to the mbrs_by_ref attribute. Accepts an optional mbrs_by_ref 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( [$contact] )

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

admin_c( [$contact] )

Accessor to the admin_c attribute. Accepts an optional contact 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_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.

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.

mp_members( [$mp_member] )

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