Class ExpressRouteCircuitRoutesTable
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable
The routes table associated with the ExpressRouteCircuit.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocPrf()
Get local preference value as set with the set local-preference route-map configuration command.network()
Get iP address of a network entity.nextHop()
Get nextHop address.path()
Get autonomous system paths to the destination network.weight()
Get route Weight.withLocPrf
(String locPrf) Set local preference value as set with the set local-preference route-map configuration command.withNetwork
(String network) Set iP address of a network entity.withNextHop
(String nextHop) Set nextHop address.Set autonomous system paths to the destination network.withWeight
(Integer weight) Set route Weight.
-
Constructor Details
-
ExpressRouteCircuitRoutesTable
public ExpressRouteCircuitRoutesTable()
-
-
Method Details
-
network
Get iP address of a network entity.- Returns:
- the network value
-
withNetwork
Set iP address of a network entity.- Parameters:
network
- the network value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
nextHop
Get nextHop address.- Returns:
- the nextHop value
-
withNextHop
Set nextHop address.- Parameters:
nextHop
- the nextHop value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
locPrf
Get local preference value as set with the set local-preference route-map configuration command.- Returns:
- the locPrf value
-
withLocPrf
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.
-
weight
Get route Weight.- Returns:
- the weight value
-
withWeight
Set route Weight.- Parameters:
weight
- the weight value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
path
Get autonomous system paths to the destination network.- Returns:
- the path value
-
withPath
Set autonomous system paths to the destination network.- Parameters:
path
- the path value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-