PeeringReceivedRouteInner Class
- java.
lang. Object - com.
azure. resourcemanager. peering. fluent. models. PeeringReceivedRouteInner
- com.
Implements
public final class PeeringReceivedRouteInner
implements JsonSerializable<PeeringReceivedRouteInner>
The properties that define a received route.
Constructor Summary
| Constructor | Description |
|---|---|
| PeeringReceivedRouteInner() |
Creates an instance of Peering |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
asPath()
Get the as |
|
static
Peering |
fromJson(JsonReader jsonReader)
Reads an instance of Peering |
| String |
nextHop()
Get the next |
| String |
originAsValidationState()
Get the origin |
| String |
prefix()
Get the prefix property: The prefix. |
| String |
receivedTimestamp()
Get the received |
| String |
rpkiValidationState()
Get the rpki |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
trustAnchor()
Get the trust |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
PeeringReceivedRouteInner
public PeeringReceivedRouteInner()
Creates an instance of PeeringReceivedRouteInner class.
Method Details
asPath
public String asPath()
Get the asPath property: The AS path for the prefix.
Returns:
fromJson
public static PeeringReceivedRouteInner fromJson(JsonReader jsonReader)
Reads an instance of PeeringReceivedRouteInner from the JsonReader.
Parameters:
Returns:
Throws:
nextHop
public String nextHop()
Get the nextHop property: The next hop for the prefix.
Returns:
originAsValidationState
public String originAsValidationState()
Get the originAsValidationState property: The origin AS change information for the prefix.
Returns:
prefix
public String prefix()
Get the prefix property: The prefix.
Returns:
receivedTimestamp
public String receivedTimestamp()
Get the receivedTimestamp property: The received timestamp associated with the prefix.
Returns:
rpkiValidationState
public String rpkiValidationState()
Get the rpkiValidationState property: The RPKI validation state for the prefix and origin AS that's listed in the AS path.
Returns:
toJson
trustAnchor
public String trustAnchor()
Get the trustAnchor property: The authority which holds the Route Origin Authorization record for the prefix, if any.
Returns:
validate
public void validate()
Validates the instance.