ExpressRouteCircuitRoutesTableSummary Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteCircuitRoutesTableSummary
- com.
Implements
public final class ExpressRouteCircuitRoutesTableSummary
implements JsonSerializable<ExpressRouteCircuitRoutesTableSummary>
The routes table associated with the ExpressRouteCircuit.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
as()
Get the as property: Autonomous system number. |
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| String |
neighbor()
Get the neighbor property: IP address of the neighbor. |
| String |
statePfxRcd()
Get the state |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
upDown()
Get the up |
| Integer |
v()
Get the v property: BGP version number spoken to the neighbor. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
as
public Integer as()
Get the as property: Autonomous system number.
Returns:
fromJson
public static ExpressRouteCircuitRoutesTableSummary fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitRoutesTableSummary from the JsonReader.
Parameters:
Returns:
Throws:
neighbor
public String neighbor()
Get the neighbor property: IP address of the neighbor.
Returns:
statePfxRcd
public String statePfxRcd()
Get the statePfxRcd property: Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.
Returns:
toJson
upDown
public String upDown()
Get the upDown property: The length of time that the BGP session has been in the Established state, or the current status if not in the Established state.
Returns:
v
public Integer v()
Get the v property: BGP version number spoken to the neighbor.
Returns:
validate
public void validate()
Validates the instance.