AsnAssociation

An Autonomous System Number (ASN) and BYOIP CIDR association.

Types

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

Properties

Link copied to clipboard
val asn: String?

The association's ASN.

Link copied to clipboard
val cidr: String?

The association's CIDR.

Link copied to clipboard

The association's state.

Link copied to clipboard

The association's status message.

Functions

Link copied to clipboard
inline fun copy(block: AsnAssociation.Builder.() -> Unit = {}): AsnAssociation
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