PeerAsnProperties interface
The properties that define a peer's ASN.
Properties
| error |
The error message for the validation state |
| peer |
The Autonomous System Number (ASN) of the peer. |
| peer |
The contact details of the peer. |
| peer |
The name of the peer. |
| validation |
The validation state of the ASN associated with the peer. |
Property Details
errorMessage
The error message for the validation state
errorMessage?: string
Property Value
string
peerAsn
The Autonomous System Number (ASN) of the peer.
peerAsn?: number
Property Value
number
peerContactDetail
peerName
The name of the peer.
peerName?: string
Property Value
string
validationState
The validation state of the ASN associated with the peer.
validationState?: string
Property Value
string