public final class ExpressRouteCrossConnectionRoutesTableSummary extends Object
| Constructor and Description |
|---|
ExpressRouteCrossConnectionRoutesTableSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
asn()
Get the asn property: Autonomous system number.
|
String |
neighbor()
Get the neighbor property: IP address of Neighbor router.
|
String |
stateOrPrefixesReceived()
Get the stateOrPrefixesReceived property: 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 upDown property: The length of time that the BGP session has been in the Established state, or the
current status if not in the Established state.
|
void |
validate()
Validates the instance.
|
ExpressRouteCrossConnectionRoutesTableSummary |
withAsn(Integer asn)
Set the asn property: Autonomous system number.
|
ExpressRouteCrossConnectionRoutesTableSummary |
withNeighbor(String neighbor)
Set the neighbor property: IP address of Neighbor router.
|
ExpressRouteCrossConnectionRoutesTableSummary |
withStateOrPrefixesReceived(String stateOrPrefixesReceived)
Set the stateOrPrefixesReceived property: 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 upDown property: 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 set.public Integer asn()
public ExpressRouteCrossConnectionRoutesTableSummary withAsn(Integer asn)
asn - the asn value to set.public String upDown()
public ExpressRouteCrossConnectionRoutesTableSummary withUpDown(String upDown)
upDown - the upDown value to set.public String stateOrPrefixesReceived()
public ExpressRouteCrossConnectionRoutesTableSummary withStateOrPrefixesReceived(String stateOrPrefixesReceived)
stateOrPrefixesReceived - the stateOrPrefixesReceived value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.