public class ExpressRouteCircuitRoutesTable extends Object
Constructor and Description |
---|
ExpressRouteCircuitRoutesTable() |
Modifier and Type | Method and Description |
---|---|
String |
locPrf()
Get the locPrf value.
|
String |
network()
Get the network value.
|
String |
nextHop()
Get the nextHop value.
|
String |
path()
Get the path value.
|
Integer |
weight()
Get the weight value.
|
ExpressRouteCircuitRoutesTable |
withLocPrf(String locPrf)
Set the locPrf value.
|
ExpressRouteCircuitRoutesTable |
withNetwork(String network)
Set the network value.
|
ExpressRouteCircuitRoutesTable |
withNextHop(String nextHop)
Set the nextHop value.
|
ExpressRouteCircuitRoutesTable |
withPath(String path)
Set the path value.
|
ExpressRouteCircuitRoutesTable |
withWeight(Integer weight)
Set the weight value.
|
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 setCopyright © 2019. All rights reserved.