public final class ExpressRouteCircuitRoutesTable extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitRoutesTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
locPrf()
Get the locPrf property: Local preference value as set with the set local-preference route-map configuration
command.
|
String |
network()
Get the network property: IP address of a network entity.
|
String |
nextHop()
Get the nextHop property: NextHop address.
|
String |
path()
Get the path property: Autonomous system paths to the destination network.
|
void |
validate()
Validates the instance.
|
Integer |
weight()
Get the weight property: Route Weight.
|
ExpressRouteCircuitRoutesTable |
withLocPrf(String locPrf)
Set the locPrf property: Local preference value as set with the set local-preference route-map configuration
command.
|
ExpressRouteCircuitRoutesTable |
withNetwork(String network)
Set the network property: IP address of a network entity.
|
ExpressRouteCircuitRoutesTable |
withNextHop(String nextHop)
Set the nextHop property: NextHop address.
|
ExpressRouteCircuitRoutesTable |
withPath(String path)
Set the path property: Autonomous system paths to the destination network.
|
ExpressRouteCircuitRoutesTable |
withWeight(Integer weight)
Set the weight property: Route Weight.
|
public String network()
public ExpressRouteCircuitRoutesTable withNetwork(String network)
network - the network value to set.public String nextHop()
public ExpressRouteCircuitRoutesTable withNextHop(String nextHop)
nextHop - the nextHop value to set.public String locPrf()
public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)
locPrf - the locPrf value to set.public Integer weight()
public ExpressRouteCircuitRoutesTable withWeight(Integer weight)
weight - the weight value to set.public String path()
public ExpressRouteCircuitRoutesTable withPath(String path)
path - the path value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.