public class ExpressRouteCircuitRoutesTableSummary extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitRoutesTableSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
as()
Get autonomous system number.
|
String |
neighbor()
Get iP address of the neighbor.
|
String |
statePfxRcd()
Get 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 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 bGP version number spoken to the neighbor.
|
ExpressRouteCircuitRoutesTableSummary |
withAs(Integer as)
Set autonomous system number.
|
ExpressRouteCircuitRoutesTableSummary |
withNeighbor(String neighbor)
Set iP address of the neighbor.
|
ExpressRouteCircuitRoutesTableSummary |
withStatePfxRcd(String statePfxRcd)
Set 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 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 bGP version number spoken to the neighbor.
|
public ExpressRouteCircuitRoutesTableSummary()
public String neighbor()
public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)
neighbor - the neighbor value to setpublic Integer v()
public ExpressRouteCircuitRoutesTableSummary withV(Integer v)
v - the v value to setpublic Integer as()
public ExpressRouteCircuitRoutesTableSummary withAs(Integer as)
as - the as value to setpublic String upDown()
public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown)
upDown - the upDown value to setpublic String statePfxRcd()
public ExpressRouteCircuitRoutesTableSummary withStatePfxRcd(String statePfxRcd)
statePfxRcd - the statePfxRcd value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/