Interface PeeringReceivedRoute
public interface PeeringReceivedRoute
An immutable client-side representation of PeeringReceivedRoute.
-
Method Summary
Modifier and TypeMethodDescriptionasPath()Gets the asPath property: The AS path for the prefix.Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringReceivedRouteInner object.nextHop()Gets the nextHop property: The next hop for the prefix.Gets the originAsValidationState property: The origin AS change information for the prefix.prefix()Gets the prefix property: The prefix.Gets the receivedTimestamp property: The received timestamp associated with the prefix.Gets the rpkiValidationState property: The RPKI validation state for the prefix and origin AS that's listed in the AS path.Gets the trustAnchor property: The authority which holds the Route Origin Authorization record for the prefix, if any.
-
Method Details
-
prefix
String prefix()Gets the prefix property: The prefix.- Returns:
- the prefix value.
-
nextHop
String nextHop()Gets the nextHop property: The next hop for the prefix.- Returns:
- the nextHop value.
-
asPath
String asPath()Gets the asPath property: The AS path for the prefix.- Returns:
- the asPath value.
-
originAsValidationState
String originAsValidationState()Gets the originAsValidationState property: The origin AS change information for the prefix.- Returns:
- the originAsValidationState value.
-
rpkiValidationState
String rpkiValidationState()Gets the rpkiValidationState property: The RPKI validation state for the prefix and origin AS that's listed in the AS path.- Returns:
- the rpkiValidationState value.
-
trustAnchor
String trustAnchor()Gets the trustAnchor property: The authority which holds the Route Origin Authorization record for the prefix, if any.- Returns:
- the trustAnchor value.
-
receivedTimestamp
String receivedTimestamp()Gets the receivedTimestamp property: The received timestamp associated with the prefix.- Returns:
- the receivedTimestamp value.
-
innerModel
PeeringReceivedRouteInner innerModel()Gets the inner com.azure.resourcemanager.peering.fluent.models.PeeringReceivedRouteInner object.- Returns:
- the inner object.
-