IpamRouteOriginAuthorizationInfo

Contains information about a Route Origin Authorization (ROA) currently published in the RPKI.

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 to originate the prefix.

Link copied to clipboard
val cidr: String?

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

Link copied to clipboard

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

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