ExpressRouteCircuitRoutesTable Class

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

public class ExpressRouteCircuitRoutesTable

The routes table associated with the ExpressRouteCircuit.

Constructor Summary

Constructor Description
ExpressRouteCircuitRoutesTable()

Method Summary

Modifier and Type Method and Description
java.lang.String locPrf()

Get local preference value as set with the set local-preference route-map configuration command.

java.lang.String network()

Get iP address of a network entity.

java.lang.String nextHop()

Get nextHop address.

java.lang.String path()

Get autonomous system paths to the destination network.

java.lang.Integer weight()

Get route Weight.

ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)

Set local preference value as set with the set local-preference route-map configuration command.

ExpressRouteCircuitRoutesTable withNetwork(String network)

Set iP address of a network entity.

ExpressRouteCircuitRoutesTable withNextHop(String nextHop)

Set nextHop address.

ExpressRouteCircuitRoutesTable withPath(String path)

Set autonomous system paths to the destination network.

ExpressRouteCircuitRoutesTable withWeight(Integer weight)

Set route Weight.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ExpressRouteCircuitRoutesTable

public ExpressRouteCircuitRoutesTable()

Method Details

locPrf

public String locPrf()

Get local preference value as set with the set local-preference route-map configuration command.

Returns:

the locPrf value

network

public String network()

Get iP address of a network entity.

Returns:

the network value

nextHop

public String nextHop()

Get nextHop address.

Returns:

the nextHop value

path

public String path()

Get autonomous system paths to the destination network.

Returns:

the path value

weight

public Integer weight()

Get route Weight.

Returns:

the weight value

withLocPrf

public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)

Set local preference value as set with the set local-preference route-map configuration command.

Parameters:

locPrf - the locPrf value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withNetwork

public ExpressRouteCircuitRoutesTable withNetwork(String network)

Set iP address of a network entity.

Parameters:

network - the network value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withNextHop

public ExpressRouteCircuitRoutesTable withNextHop(String nextHop)

Set nextHop address.

Parameters:

nextHop - the nextHop value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withPath

public ExpressRouteCircuitRoutesTable withPath(String path)

Set autonomous system paths to the destination network.

Parameters:

path - the path value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

withWeight

public ExpressRouteCircuitRoutesTable withWeight(Integer weight)

Set route Weight.

Parameters:

weight - the weight value to set

Returns:

the ExpressRouteCircuitRoutesTable object itself.

Applies to