Sdílet prostřednictvím


PeeringReceivedRoute Class

Definition

The properties that define a received route.

public class PeeringReceivedRoute : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Peering.Models.PeeringReceivedRoute>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Peering.Models.PeeringReceivedRoute>
public class PeeringReceivedRoute
type PeeringReceivedRoute = class
    interface IJsonModel<PeeringReceivedRoute>
    interface IPersistableModel<PeeringReceivedRoute>
type PeeringReceivedRoute = class
Public Class PeeringReceivedRoute
Implements IJsonModel(Of PeeringReceivedRoute), IPersistableModel(Of PeeringReceivedRoute)
Public Class PeeringReceivedRoute
Inheritance
PeeringReceivedRoute
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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PeeringReceivedRoute>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PeeringReceivedRoute>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PeeringReceivedRoute>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PeeringReceivedRoute>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PeeringReceivedRoute>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to