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.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitRoutesTableSummary() |
Creates an instance of Express |
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. |
Express |
withAs(Integer as)
Set the as property: Autonomous system number. |
Express |
withNeighbor(String neighbor)
Set the neighbor property: IP address of the neighbor. |
Express |
withStatePfxRcd(String statePfxRcd)
Set the state |
Express |
withUpDown(String upDown)
Set the up |
Express |
withV(Integer v)
Set the v property: BGP version number spoken to the neighbor. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitRoutesTableSummary
public ExpressRouteCircuitRoutesTableSummary()
Creates an instance of ExpressRouteCircuitRoutesTableSummary class.
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.
withAs
public ExpressRouteCircuitRoutesTableSummary withAs(Integer as)
Set the as property: Autonomous system number.
Parameters:
Returns:
withNeighbor
public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)
Set the neighbor property: IP address of the neighbor.
Parameters:
Returns:
withStatePfxRcd
public ExpressRouteCircuitRoutesTableSummary withStatePfxRcd(String statePfxRcd)
Set the statePfxRcd property: Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.
Parameters:
Returns:
withUpDown
public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown)
Set 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.
Parameters:
Returns:
withV
public ExpressRouteCircuitRoutesTableSummary withV(Integer v)
Set the v property: BGP version number spoken to the neighbor.
Parameters:
Returns:
Applies to
Azure SDK for Java