ExpressRouteFailoverRedundantRoute Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteFailoverRedundantRoute
- com.
Implements
public final class ExpressRouteFailoverRedundantRoute
implements JsonSerializable<ExpressRouteFailoverRedundantRoute>
The ExpressRouteFailoverRedundantRoute model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| List<String> |
peeringLocations()
Get the peering |
| List<String> |
routes()
Get the routes property: A list of all the redundant routes in the peering locations. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ExpressRouteFailoverRedundantRoute fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteFailoverRedundantRoute from the JsonReader.
Parameters:
Returns:
Throws:
peeringLocations
public List<String> peeringLocations()
Get the peeringLocations property: A list of all the peering locations for the redundant routes.
Returns:
routes
public List<String> routes()
Get the routes property: A list of all the redundant routes in the peering locations.
Returns:
toJson
validate
public void validate()
Validates the instance.