ExpressRouteLinkFailoverRoute Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteLinkFailoverRoute
- com.
Implements
public final class ExpressRouteLinkFailoverRoute
implements JsonSerializable<ExpressRouteLinkFailoverRoute>
Represents a failover route for an ExpressRoute link.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
| String |
nextHop()
Get the next |
| String |
primaryASPath()
Get the primary |
| String |
route()
Get the route property: The route. |
| String |
secondaryASPath()
Get the secondary |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ExpressRouteLinkFailoverRoute fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteLinkFailoverRoute from the JsonReader.
Parameters:
Returns:
Throws:
nextHop
public String nextHop()
Get the nextHop property: The next hop.
Returns:
primaryASPath
public String primaryASPath()
Get the primaryASPath property: The AS path for primary link.
Returns:
route
public String route()
Get the route property: The route.
Returns:
secondaryASPath
public String secondaryASPath()
Get the secondaryASPath property: The AS path for secondary link.
Returns:
toJson
validate
public void validate()
Validates the instance.