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