NAME

Net::RDAP::Object::Autnum - a module representing an autonymous system.

DESCRIPTION

Net::RDAP::Object::Autnum represents one or more autonymous system numbers.

Net::RDAP::Object::Autnum inherits from Net::RDAP::Object so has access to all that module's methods.

Other methods include:

$start = $network->start;

Returns an integer representing the starting number in the block of Autonomous System numbers.

$end = $network->end;

Returns an integer representing the ending number in the block of Autonomous System numbers.

$name = $network->name;

Returns a string containing the identifier assigned to the autnum registration by the registration holder.

$type = $network->type;

Returns a string containing an RIR-specific classification of the autnum.

$country = $network->country;

Returns a string containing the two-character country code of the autnum.

COPYRIGHT

Copyright 2018-2023 CentralNic Ltd, 2024 Gavin Brown. For licensing information, please see the LICENSE file in the Net::RDAP distribution.