PeerAsn interface

The essential information related to the peer's ASN.

Extends

Properties

errorMessage

The error message for the validation state NOTE: This property will not be serialized. It can only be populated by the server.

peerAsn

The Autonomous System Number (ASN) of the peer.

peerContactDetail

The contact details of the peer.

peerName

The name of the peer.

validationState

The validation state of the ASN associated with the peer. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

errorMessage

The error message for the validation state NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage?: string

Property Value

string

peerAsn

The Autonomous System Number (ASN) of the peer.

peerAsn?: number

Property Value

number

peerContactDetail

The contact details of the peer.

peerContactDetail?: ContactDetail[]

Property Value

peerName

The name of the peer.

peerName?: string

Property Value

string

validationState

The validation state of the ASN associated with the peer. NOTE: This property will not be serialized. It can only be populated by the server.

validationState?: string

Property Value

string

Inherited Property Details

id

The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type