Class ExpressRouteCrossConnectionRoutesTableSummary
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteCrossConnectionRoutesTableSummary
-
public class ExpressRouteCrossConnectionRoutesTableSummary extends Object
The routes table associated with the ExpressRouteCircuit.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCrossConnectionRoutesTableSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerasn()Get the asn value.Stringneighbor()Get the neighbor value.StringstateOrPrefixesReceived()Get the stateOrPrefixesReceived value.StringupDown()Get the upDown value.ExpressRouteCrossConnectionRoutesTableSummarywithAsn(Integer asn)Set the asn value.ExpressRouteCrossConnectionRoutesTableSummarywithNeighbor(String neighbor)Set the neighbor value.ExpressRouteCrossConnectionRoutesTableSummarywithStateOrPrefixesReceived(String stateOrPrefixesReceived)Set the stateOrPrefixesReceived value.ExpressRouteCrossConnectionRoutesTableSummarywithUpDown(String upDown)Set the upDown value.
-
-
-
Method Detail
-
neighbor
public String neighbor()
Get the neighbor value.- Returns:
- the neighbor value
-
withNeighbor
public ExpressRouteCrossConnectionRoutesTableSummary withNeighbor(String neighbor)
Set the neighbor value.- Parameters:
neighbor- the neighbor value to set- Returns:
- the ExpressRouteCrossConnectionRoutesTableSummary object itself.
-
asn
public Integer asn()
Get the asn value.- Returns:
- the asn value
-
withAsn
public ExpressRouteCrossConnectionRoutesTableSummary withAsn(Integer asn)
Set the asn value.- Parameters:
asn- the asn value to set- Returns:
- the ExpressRouteCrossConnectionRoutesTableSummary object itself.
-
upDown
public String upDown()
Get the upDown value.- Returns:
- the upDown value
-
withUpDown
public ExpressRouteCrossConnectionRoutesTableSummary withUpDown(String upDown)
Set the upDown value.- Parameters:
upDown- the upDown value to set- Returns:
- the ExpressRouteCrossConnectionRoutesTableSummary object itself.
-
stateOrPrefixesReceived
public String stateOrPrefixesReceived()
Get the stateOrPrefixesReceived value.- Returns:
- the stateOrPrefixesReceived value
-
withStateOrPrefixesReceived
public ExpressRouteCrossConnectionRoutesTableSummary withStateOrPrefixesReceived(String stateOrPrefixesReceived)
Set the stateOrPrefixesReceived value.- Parameters:
stateOrPrefixesReceived- the stateOrPrefixesReceived value to set- Returns:
- the ExpressRouteCrossConnectionRoutesTableSummary object itself.
-
-