GetPeerAsnResult

data class GetPeerAsnResult(val errorMessage: String, val id: String, val name: String, val peerAsn: Int? = null, val peerContactDetail: List<ContactDetailResponse>? = null, val peerName: String? = null, val type: String, val validationState: String)

The essential information related to the peer's ASN.

Constructors

Link copied to clipboard
constructor(errorMessage: String, id: String, name: String, peerAsn: Int? = null, peerContactDetail: List<ContactDetailResponse>? = null, peerName: String? = null, type: String, validationState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error message for the validation state

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val peerAsn: Int? = null

The Autonomous System Number (ASN) of the peer.

Link copied to clipboard

The contact details of the peer.

Link copied to clipboard
val peerName: String? = null

The name of the peer.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The validation state of the ASN associated with the peer.