|
NAMENet::Whois::Object::PeeringSet::AFRINIC - an object representation of the RPSL PeeringSet blockDESCRIPTIONA peering-set object defines a set of peerings that are listed in its "peering:" attributes. The "peering-set:" attribute defines the name of the set. It is an RPSL name that starts with "prng-".METHODSnew( %options )Constructor for the Net::Whois::Object::PeeringSet::AFRINIC classpeering_set( [$peering_set] )Accessor to the peering_set attribute (the name of the filter set). Accepts an optional peering_set, always return the current peering_set.The peering_set must begin with 'PRNG-'. 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.peering( [$peering] )Accessor to the peering attribute. Accepts an optional peering value to be added to the peering array, always return the current peering 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.org( [$org] )Accessor to the org attribute. Accepts an optional org, always return the current org.Points to an existing organisation object representing the entity that holds the resource. The 'ORG-' string followed by 2 to 4 characters, followed by up to 5 digits followed by a source specification. The first digit must not be "0". Source specification starts with "-" followed by source name up to 9-character length. 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.mp_peering( [$mp_peering] )Accessor to the mp_peering attribute. Accepts an optional mp_peering value to be added to the mp_peering array, always return the current mp_peering 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.
Visit the GSP FreeBSD Man Page Interface. |