ExpressRouteCircuitRoutesTableSummary Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTableSummary

public class ExpressRouteCircuitRoutesTableSummary

The routes table associated with the ExpressRouteCircuit.

Method Summary

Modifier and Type Method and Description
Integer as()

Get the as value.

String neighbor()

Get the neighbor value.

String statePfxRcd()

Get the statePfxRcd value.

String upDown()

Get the upDown value.

Integer v()

Get the v value.

ExpressRouteCircuitRoutesTableSummary withAs(Integer as)

Set the as value.

ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)

Set the neighbor value.

ExpressRouteCircuitRoutesTableSummary withStatePfxRcd(String statePfxRcd)

Set the statePfxRcd value.

ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown)

Set the upDown value.

ExpressRouteCircuitRoutesTableSummary withV(Integer v)

Set the v value.

Method Details

as

public Integer as()

Get the as value.

Returns:

the as value

neighbor

public String neighbor()

Get the neighbor value.

Returns:

the neighbor value

statePfxRcd

public String statePfxRcd()

Get the statePfxRcd value.

Returns:

the statePfxRcd value

upDown

public String upDown()

Get the upDown value.

Returns:

the upDown value

v

public Integer v()

Get the v value.

Returns:

the v value

withAs

public ExpressRouteCircuitRoutesTableSummary withAs(Integer as)

Set the as value.

Parameters:

as - the as value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withNeighbor

public ExpressRouteCircuitRoutesTableSummary withNeighbor(String neighbor)

Set the neighbor value.

Parameters:

neighbor - the neighbor value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withStatePfxRcd

public ExpressRouteCircuitRoutesTableSummary withStatePfxRcd(String statePfxRcd)

Set the statePfxRcd value.

Parameters:

statePfxRcd - the statePfxRcd value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withUpDown

public ExpressRouteCircuitRoutesTableSummary withUpDown(String upDown)

Set the upDown value.

Parameters:

upDown - the upDown value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

withV

public ExpressRouteCircuitRoutesTableSummary withV(Integer v)

Set the v value.

Parameters:

v - the v value to set

Returns:

the ExpressRouteCircuitRoutesTableSummary object itself.

Applies to