public final class ExpressRouteCircuitRoutesTableSummary extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitRoutesTableSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
as()
Get the as property: Autonomous system number.
|
String |
neighbor()
Get the neighbor property: IP address of the neighbor.
|
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.
|
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.
|
Integer |
v()
Get the v property: BGP version number spoken to the neighbor.
|
void |
validate()
Validates the instance.
|
ExpressRouteCircuitRoutesTableSummary |
withAs(Integer as)
Set the as property: Autonomous system number.
|
ExpressRouteCircuitRoutesTableSummary |
withNeighbor(String neighbor)
Set the neighbor property: IP address of the neighbor.
|
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.
|
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.
|
ExpressRouteCircuitRoutesTableSummary |
withV(Integer v)
Set the v property: BGP version number spoken to the neighbor.
|
public ExpressRouteCircuitRoutesTableSummary()
public String neighbor()
public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)
neighbor - the neighbor value to set.public Integer v()
public ExpressRouteCircuitRoutesTableSummary withV(Integer v)
v - the v value to set.public Integer as()
public ExpressRouteCircuitRoutesTableSummary withAs(Integer as)
as - the as value to set.public String upDown()
public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown)
upDown - the upDown value to set.public String statePfxRcd()
public ExpressRouteCircuitRoutesTableSummary withStatePfxRcd(String statePfxRcd)
statePfxRcd - the statePfxRcd value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.