PeeringReceivedRoute interface
The properties that define a received route.
Properties
as |
The AS path for the prefix. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
The next hop for the prefix. NOTE: This property will not be serialized. It can only be populated by the server. |
origin |
The origin AS change information for the prefix. NOTE: This property will not be serialized. It can only be populated by the server. |
prefix | The prefix. NOTE: This property will not be serialized. It can only be populated by the server. |
received |
The received timestamp associated with the prefix. NOTE: This property will not be serialized. It can only be populated by the server. |
rpki |
The RPKI validation state for the prefix and origin AS that's listed in the AS path. NOTE: This property will not be serialized. It can only be populated by the server. |
trust |
The authority which holds the Route Origin Authorization record for the prefix, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
asPath
The AS path for the prefix. NOTE: This property will not be serialized. It can only be populated by the server.
asPath?: string
Property Value
string
nextHop
The next hop for the prefix. NOTE: This property will not be serialized. It can only be populated by the server.
nextHop?: string
Property Value
string
originAsValidationState
The origin AS change information for the prefix. NOTE: This property will not be serialized. It can only be populated by the server.
originAsValidationState?: string
Property Value
string
prefix
The prefix. NOTE: This property will not be serialized. It can only be populated by the server.
prefix?: string
Property Value
string
receivedTimestamp
The received timestamp associated with the prefix. NOTE: This property will not be serialized. It can only be populated by the server.
receivedTimestamp?: string
Property Value
string
rpkiValidationState
The RPKI validation state for the prefix and origin AS that's listed in the AS path. NOTE: This property will not be serialized. It can only be populated by the server.
rpkiValidationState?: string
Property Value
string
trustAnchor
The authority which holds the Route Origin Authorization record for the prefix, if any. NOTE: This property will not be serialized. It can only be populated by the server.
trustAnchor?: string
Property Value
string