ExpressRouteCircuitRoutesTableSummary Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary

public class ExpressRouteCircuitRoutesTableSummary

The routes table associated with the ExpressRouteCircuit.

Constructor Summary

Constructor Description
ExpressRouteCircuitRoutesTableSummary()

Method Summary

Modifier and Type Method and Description
java.lang.Integer as()

Get autonomous system number.

java.lang.String neighbor()

Get iP address of the neighbor.

java.lang.String statePfxRcd()

Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.

java.lang.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.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExpressRouteCircuitRoutesTableSummary

public ExpressRouteCircuitRoutesTableSummary()

Method Details

as

public Integer as()

Get autonomous system number.

Returns:

the as value

neighbor

public String neighbor()

Get iP address of the neighbor.

Returns:

the neighbor value

statePfxRcd

public String statePfxRcd()

Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.

Returns:

the statePfxRcd value

upDown

public 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.

Returns:

the upDown value

v

public Integer v()

Get bGP version number spoken to the neighbor.

Returns:

the v value

withAs

public ExpressRouteCircuitRoutesTableSummary withAs(Integer as)

Set autonomous system number.

Parameters:

as - the as value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withNeighbor

public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)

Set iP address of the neighbor.

Parameters:

neighbor - the neighbor value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withStatePfxRcd

public 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.

Parameters:

statePfxRcd - the statePfxRcd value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withUpDown

public 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.

Parameters:

upDown - the upDown value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withV

public ExpressRouteCircuitRoutesTableSummary withV(Integer v)

Set bGP version number spoken to the neighbor.

Parameters:

v - the v value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

Applies to