public class ExpressRouteCircuitRoutesTable extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitRoutesTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
locPrf()
Get local preference value as set with the set local-preference route-map configuration command.
|
String |
network()
Get iP address of a network entity.
|
String |
nextHop()
Get nextHop address.
|
String |
path()
Get autonomous system paths to the destination network.
|
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.
|
public String network()
public ExpressRouteCircuitRoutesTable withNetwork(String network)
network - the network value to setpublic String nextHop()
public ExpressRouteCircuitRoutesTable withNextHop(String nextHop)
nextHop - the nextHop value to setpublic String locPrf()
public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)
locPrf - the locPrf value to setpublic Integer weight()
public ExpressRouteCircuitRoutesTable withWeight(Integer weight)
weight - the weight value to setpublic String path()
public ExpressRouteCircuitRoutesTable withPath(String path)
path - the path value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/