Class ExpressRouteCircuitRoutesTableSummary
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary
-
public class ExpressRouteCircuitRoutesTableSummary extends Object
The routes table associated with the ExpressRouteCircuit.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCircuitRoutesTableSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integeras()Get the as value.Stringneighbor()Get the neighbor value.StringstatePfxRcd()Get the statePfxRcd value.StringupDown()Get the upDown value.Integerv()Get the v value.ExpressRouteCircuitRoutesTableSummarywithAs(Integer as)Set the as value.ExpressRouteCircuitRoutesTableSummarywithNeighbor(String neighbor)Set the neighbor value.ExpressRouteCircuitRoutesTableSummarywithStatePfxRcd(String statePfxRcd)Set the statePfxRcd value.ExpressRouteCircuitRoutesTableSummarywithUpDown(String upDown)Set the upDown value.ExpressRouteCircuitRoutesTableSummarywithV(Integer v)Set the v value.
-
-
-
Method Detail
-
neighbor
public String neighbor()
Get the neighbor value.- Returns:
- the neighbor value
-
withNeighbor
public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)
Set the neighbor value.- Parameters:
neighbor- the neighbor value to set- Returns:
- the ExpressRouteCircuitRoutesTableSummary object itself.
-
v
public Integer v()
Get the v value.- Returns:
- the v value
-
withV
public ExpressRouteCircuitRoutesTableSummary withV(Integer v)
Set the v value.- Parameters:
v- the v value to set- Returns:
- the ExpressRouteCircuitRoutesTableSummary object itself.
-
as
public Integer as()
Get the as value.- Returns:
- the as value
-
withAs
public ExpressRouteCircuitRoutesTableSummary withAs(Integer as)
Set the as value.- Parameters:
as- the as value to set- Returns:
- the ExpressRouteCircuitRoutesTableSummary object itself.
-
upDown
public String upDown()
Get the upDown value.- Returns:
- the upDown value
-
withUpDown
public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown)
Set the upDown value.- Parameters:
upDown- the upDown value to set- Returns:
- the ExpressRouteCircuitRoutesTableSummary object itself.
-
statePfxRcd
public String statePfxRcd()
Get the statePfxRcd value.- Returns:
- the statePfxRcd value
-
withStatePfxRcd
public ExpressRouteCircuitRoutesTableSummary withStatePfxRcd(String statePfxRcd)
Set the statePfxRcd value.- Parameters:
statePfxRcd- the statePfxRcd value to set- Returns:
- the ExpressRouteCircuitRoutesTableSummary object itself.
-
-