Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PeerAsn

Package version

The essential information related to the peer's ASN.

Hierarchy

Index

Properties

Optional id

id: undefined | string

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

Optional name

name: undefined | string

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

Optional peerAsn

peerAsn: undefined | number

The Autonomous System Number (ASN) of the peer.

Optional peerContactInfo

peerContactInfo: ContactInfo

The contact information of the peer.

Optional peerName

peerName: undefined | string

The name of the peer.

Optional type

type: undefined | string

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

Optional validationState

validationState: ValidationState

The validation state of the ASN associated with the peer. Possible values include: 'None', 'Pending', 'Approved', 'Failed'

Generated using TypeDoc