ExpressRouteCircuitRoutesTable Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteCircuitRoutesTable
- com.
Implements
public final class ExpressRouteCircuitRoutesTable
implements JsonSerializable<ExpressRouteCircuitRoutesTable>
The routes table associated with the ExpressRouteCircuit.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| String |
locPrf()
Get the loc |
| String |
network()
Get the network property: IP address of a network entity. |
| String |
nextHop()
Get the next |
| String |
path()
Get the path property: Autonomous system paths to the destination network. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Integer |
weight()
Get the weight property: Route Weight. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ExpressRouteCircuitRoutesTable fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitRoutesTable from the JsonReader.
Parameters:
Returns:
Throws:
locPrf
public String locPrf()
Get the locPrf property: Local preference value as set with the set local-preference route-map configuration command.
Returns:
network
public String network()
Get the network property: IP address of a network entity.
Returns:
nextHop
public String nextHop()
Get the nextHop property: NextHop address.
Returns:
path
public String path()
Get the path property: Autonomous system paths to the destination network.
Returns:
toJson
validate
public void validate()
Validates the instance.
weight
public Integer weight()
Get the weight property: Route Weight.
Returns: