Share via


IPeeringReceivedRoute Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringReceivedRouteTypeConverter))]
public interface IPeeringReceivedRoute : Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringReceivedRouteTypeConverter))>]
type IPeeringReceivedRoute = interface
    interface IJsonSerializable
Public Interface IPeeringReceivedRoute
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AsPath

The AS path for the prefix.

NextHop

The next hop for the prefix.

OriginAsValidationState

The origin AS change information for the prefix.

Prefix

The prefix.

ReceivedTimestamp

The received timestamp associated with the prefix.

RpkiValidationState

The RPKI validation state for the prefix and origin AS that's listed in the AS path.

TrustAnchor

The authority which holds the Route Origin Authorization record for the prefix, if any.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to