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.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitRoutesTable() |
Creates an instance of Express |
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. |
Express |
withLocPrf(String locPrf)
Set the loc |
Express |
withNetwork(String network)
Set the network property: IP address of a network entity. |
Express |
withNextHop(String nextHop)
Set the next |
Express |
withPath(String path)
Set the path property: Autonomous system paths to the destination network. |
Express |
withWeight(Integer weight)
Set the weight property: Route Weight. |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitRoutesTable
public ExpressRouteCircuitRoutesTable()
Creates an instance of ExpressRouteCircuitRoutesTable class.
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:
withLocPrf
public ExpressRouteCircuitRoutesTable withLocPrf(String locPrf)
Set the locPrf property: Local preference value as set with the set local-preference route-map configuration command.
Parameters:
Returns:
withNetwork
public ExpressRouteCircuitRoutesTable withNetwork(String network)
Set the network property: IP address of a network entity.
Parameters:
Returns:
withNextHop
public ExpressRouteCircuitRoutesTable withNextHop(String nextHop)
Set the nextHop property: NextHop address.
Parameters:
Returns:
withPath
public ExpressRouteCircuitRoutesTable withPath(String path)
Set the path property: Autonomous system paths to the destination network.
Parameters:
Returns:
withWeight
public ExpressRouteCircuitRoutesTable withWeight(Integer weight)
Set the weight property: Route Weight.
Parameters:
Returns:
Applies to
Azure SDK for Java