ExpressRouteLinkFailoverRouteList Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteLinkFailoverRouteList
- com.
Implements
public final class ExpressRouteLinkFailoverRouteList
implements JsonSerializable<ExpressRouteLinkFailoverRouteList>
Represents a list of failover routes for an ExpressRoute link.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Express |
beforeSimulation()
Get the before |
|
List<Express |
duringSimulation()
Get the during |
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
beforeSimulation
public List<ExpressRouteLinkFailoverRoute> beforeSimulation()
Get the beforeSimulation property: The routes before the simulation.
Returns:
duringSimulation
public List<ExpressRouteLinkFailoverRoute> duringSimulation()
Get the duringSimulation property: The routes during the simulation.
Returns:
fromJson
public static ExpressRouteLinkFailoverRouteList fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteLinkFailoverRouteList from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.