ExpressRouteCircuitRoutesTable Class

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

public class ExpressRouteCircuitRoutesTable

The routes table associated with the ExpressRouteCircuit.

Method Summary

Modifier and Type Method and Description
String locPrf()

Get the locPrf value.

String network()

Get the network value.

String nextHop()

Get the nextHop value.

String path()

Get the path value.

Integer weight()

Get the weight value.

ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)

Set the locPrf value.

ExpressRouteCircuitRoutesTable withNetwork(String network)

Set the network value.

ExpressRouteCircuitRoutesTable withNextHop(String nextHop)

Set the nextHop value.

ExpressRouteCircuitRoutesTable withPath(String path)

Set the path value.

ExpressRouteCircuitRoutesTable withWeight(Integer weight)

Set the weight value.

Method Details

locPrf

public String locPrf()

Get the locPrf value.

Returns:

the locPrf value

network

public String network()

Get the network value.

Returns:

the network value

nextHop

public String nextHop()

Get the nextHop value.

Returns:

the nextHop value

path

public String path()

Get the path value.

Returns:

the path value

weight

public Integer weight()

Get the weight value.

Returns:

the weight value

withLocPrf

public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)

Set the locPrf value.

Parameters:

locPrf - the locPrf value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withNetwork

public ExpressRouteCircuitRoutesTable withNetwork(String network)

Set the network value.

Parameters:

network - the network value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withNextHop

public ExpressRouteCircuitRoutesTable withNextHop(String nextHop)

Set the nextHop value.

Parameters:

nextHop - the nextHop value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withPath

public ExpressRouteCircuitRoutesTable withPath(String path)

Set the path value.

Parameters:

path - the path value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withWeight

public ExpressRouteCircuitRoutesTable withWeight(Integer weight)

Set the weight value.

Parameters:

weight - the weight value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

Applies to