public class ExpressRouteCrossConnectionRoutesTableSummary extends Object
| Constructor and Description |
|---|
ExpressRouteCrossConnectionRoutesTableSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
asn()
Get autonomous system number.
|
String |
neighbor()
Get iP address of Neighbor router.
|
String |
stateOrPrefixesReceived()
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.
|
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.
|
public ExpressRouteCrossConnectionRoutesTableSummary()
public String neighbor()
public ExpressRouteCrossConnectionRoutesTableSummary withNeighbor(String neighbor)
neighbor - the neighbor value to setpublic Integer asn()
public ExpressRouteCrossConnectionRoutesTableSummary withAsn(Integer asn)
asn - the asn value to setpublic String upDown()
public ExpressRouteCrossConnectionRoutesTableSummary withUpDown(String upDown)
upDown - the upDown value to setpublic String stateOrPrefixesReceived()
public ExpressRouteCrossConnectionRoutesTableSummary withStateOrPrefixesReceived(String stateOrPrefixesReceived)
stateOrPrefixesReceived - the stateOrPrefixesReceived 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.
*/