Class ExpressRouteCircuitRoutesTable
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteCircuitRoutesTable
-
public class ExpressRouteCircuitRoutesTable extends Object
The routes table associated with the ExpressRouteCircuit.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCircuitRoutesTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlocPrf()Get the locPrf value.Stringnetwork()Get the network value.StringnextHop()Get the nextHop value.Stringpath()Get the path value.Integerweight()Get the weight value.ExpressRouteCircuitRoutesTablewithLocPrf(String locPrf)Set the locPrf value.ExpressRouteCircuitRoutesTablewithNetwork(String network)Set the network value.ExpressRouteCircuitRoutesTablewithNextHop(String nextHop)Set the nextHop value.ExpressRouteCircuitRoutesTablewithPath(String path)Set the path value.ExpressRouteCircuitRoutesTablewithWeight(Integer weight)Set the weight value.
-
-
-
Method Detail
-
network
public String network()
Get the network value.- Returns:
- the network value
-
withNetwork
public ExpressRouteCircuitRoutesTable withNetwork(String network)
Set the network value.- Parameters:
network- the network value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
nextHop
public String nextHop()
Get the nextHop value.- Returns:
- the nextHop value
-
withNextHop
public ExpressRouteCircuitRoutesTable withNextHop(String nextHop)
Set the nextHop value.- Parameters:
nextHop- the nextHop value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
locPrf
public String locPrf()
Get the locPrf value.- Returns:
- the locPrf value
-
withLocPrf
public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)
Set the locPrf value.- Parameters:
locPrf- the locPrf value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
weight
public Integer weight()
Get the weight value.- Returns:
- the weight value
-
withWeight
public ExpressRouteCircuitRoutesTable withWeight(Integer weight)
Set the weight value.- Parameters:
weight- the weight value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
path
public String path()
Get the path value.- Returns:
- the path value
-
withPath
public ExpressRouteCircuitRoutesTable withPath(String path)
Set the path value.- Parameters:
path- the path value to set- Returns:
- the ExpressRouteCircuitRoutesTable object itself.
-
-