ExpressRouteCrossConnectionRoutesTableSummary Class

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

public class ExpressRouteCrossConnectionRoutesTableSummary

The routes table associated with the ExpressRouteCircuit.

Constructor Summary

Constructor Description
ExpressRouteCrossConnectionRoutesTableSummary()

Method Summary

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

Get autonomous system number.

java.lang.String neighbor()

Get iP address of Neighbor router.

java.lang.String stateOrPrefixesReceived()

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.

ExpressRouteCrossConnectionRoutesTableSummary withAsn(Integer asn)

Set autonomous system number.

ExpressRouteCrossConnectionRoutesTableSummary withNeighbor(String neighbor)

Set iP address of Neighbor router.

ExpressRouteCrossConnectionRoutesTableSummary withStateOrPrefixesReceived(String stateOrPrefixesReceived)

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

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

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

ExpressRouteCrossConnectionRoutesTableSummary

public ExpressRouteCrossConnectionRoutesTableSummary()

Method Details

asn

public Integer asn()

Get autonomous system number.

Returns:

the asn value

neighbor

public String neighbor()

Get iP address of Neighbor router.

Returns:

the neighbor value

stateOrPrefixesReceived

public String stateOrPrefixesReceived()

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

Returns:

the stateOrPrefixesReceived 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

withAsn

public ExpressRouteCrossConnectionRoutesTableSummary withAsn(Integer asn)

Set autonomous system number.

Parameters:

asn - the asn value to set

Returns:

the ExpressRouteCrossConnectionRoutesTableSummary object itself.

withNeighbor

public ExpressRouteCrossConnectionRoutesTableSummary withNeighbor(String neighbor)

Set iP address of Neighbor router.

Parameters:

neighbor - the neighbor value to set

Returns:

the ExpressRouteCrossConnectionRoutesTableSummary object itself.

withStateOrPrefixesReceived

public ExpressRouteCrossConnectionRoutesTableSummary withStateOrPrefixesReceived(String stateOrPrefixesReceived)

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

Parameters:

stateOrPrefixesReceived - the stateOrPrefixesReceived value to set

Returns:

the ExpressRouteCrossConnectionRoutesTableSummary object itself.

withUpDown

public ExpressRouteCrossConnectionRoutesTableSummary 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 ExpressRouteCrossConnectionRoutesTableSummary object itself.

Applies to