Inherits rpki::resource_set::resource_range.
Public Member Functions | |
def | __str__ |
def | to_rfc3779_tuple |
Public Attributes | |
min | |
Static Public Attributes | |
datum_type = long | |
Type of underlying data (min and max). |
Range of Autonomous System Numbers. Denotes a single ASN by a range whose min and max values are identical.
Definition at line 78 of file resource_set.py.
def rpki.resource_set.resource_range_as.__str__ | ( | self | ) |
Convert a resource_range_as to string format.
Definition at line 91 of file resource_set.py.
def rpki.resource_set.resource_range_as.to_rfc3779_tuple | ( | self | ) |
Convert a resource_range_as to tuple format for RFC 3779 ASN.1 encoding.
Definition at line 100 of file resource_set.py.
Type of underlying data (min and max).
Definition at line 89 of file resource_set.py.
Reimplemented from rpki.resource_set.resource_range.
Definition at line 95 of file resource_set.py.