VirtualHubEffectiveRoute Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VirtualHubEffectiveRoute
- com.
Implements
public final class VirtualHubEffectiveRoute
implements JsonSerializable<VirtualHubEffectiveRoute>
The effective route configured on the virtual hub or specified resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
addressPrefixes()
Get the address |
| String |
asPath()
Get the as |
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| List<String> |
nextHops()
Get the next |
| String |
nextHopType()
Get the next |
| String |
routeOrigin()
Get the route |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
addressPrefixes
public List<String> addressPrefixes()
Get the addressPrefixes property: The list of address prefixes.
Returns:
asPath
public String asPath()
Get the asPath property: The ASPath of this route.
Returns:
fromJson
public static VirtualHubEffectiveRoute fromJson(JsonReader jsonReader)
Reads an instance of VirtualHubEffectiveRoute from the JsonReader.
Parameters:
Returns:
Throws:
nextHops
public List<String> nextHops()
Get the nextHops property: The list of next hops.
Returns:
nextHopType
public String nextHopType()
Get the nextHopType property: The type of the next hop.
Returns:
routeOrigin
public String routeOrigin()
Get the routeOrigin property: The origin of this route.
Returns:
toJson
validate
public void validate()
Validates the instance.