IpamRouteOriginAuthorization

Contains information about a Route Origin Authorization (ROA) published in the RPKI. A ROA cryptographically attests that a specific ASN is authorized to originate a specific IP address prefix.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: String?

The Autonomous System Number (ASN) authorized by the ROA.

Link copied to clipboard

The expiration date of the ROA.

Link copied to clipboard

Specifies whether the ROA matches the route announcement.

Link copied to clipboard

The maximum prefix length that the ASN is authorized to announce.

Link copied to clipboard

The IP address prefix authorized by the ROA in CIDR notation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String