Class ExpressRouteCrossConnectionRoutesTableSummary
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteCrossConnectionRoutesTableSummary
The routes table associated with the ExpressRouteCircuit.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasn()
Get autonomous system number.neighbor()
Get iP address of Neighbor router.Get current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.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.Set autonomous system number.withNeighbor
(String neighbor) Set iP address of Neighbor router.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.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.
-
Constructor Details
-
ExpressRouteCrossConnectionRoutesTableSummary
public ExpressRouteCrossConnectionRoutesTableSummary()
-
-
Method Details
-
neighbor
Get iP address of Neighbor router.- Returns:
- the neighbor value
-
withNeighbor
Set iP address of Neighbor router.- Parameters:
neighbor
- the neighbor value to set- Returns:
- the ExpressRouteCrossConnectionRoutesTableSummary object itself.
-
asn
Get autonomous system number.- Returns:
- the asn value
-
withAsn
Set autonomous system number.- Parameters:
asn
- the asn value to set- Returns:
- the ExpressRouteCrossConnectionRoutesTableSummary object itself.
-
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
-
withUpDown
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.
-
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
-
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.
-