Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayRoute

Package version

Gateway routing details

Hierarchy

  • GatewayRoute

Index

Properties

Optional asPath

asPath: undefined | string

The route's AS path sequence NOTE: This property will not be serialized. It can only be populated by the server.

Optional localAddress

localAddress: undefined | string

The gateway's local address NOTE: This property will not be serialized. It can only be populated by the server.

Optional network

network: undefined | string

The route's network prefix NOTE: This property will not be serialized. It can only be populated by the server.

Optional nextHop

nextHop: undefined | string

The route's next hop NOTE: This property will not be serialized. It can only be populated by the server.

Optional origin

origin: undefined | string

The source this route was learned from NOTE: This property will not be serialized. It can only be populated by the server.

Optional sourcePeer

sourcePeer: undefined | string

The peer this route was learned from NOTE: This property will not be serialized. It can only be populated by the server.

Optional weight

weight: undefined | number

The route's weight NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc