GatewayEffectiveRoute Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. GatewayEffectiveRoute
- com.
Implements
public final class GatewayEffectiveRoute
implements JsonSerializable<GatewayEffectiveRoute>
Gateway effective routing details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
addressPrefixes()
Get the address |
|
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
| String |
localAddress()
Get the local |
| String |
nextHopIpAddress()
Get the next |
|
Gateway |
nextHopType()
Get the next |
|
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 for the effective route.
Returns:
fromJson
public static GatewayEffectiveRoute fromJson(JsonReader jsonReader)
Reads an instance of GatewayEffectiveRoute from the JsonReader.
Parameters:
Returns:
Throws:
localAddress
public String localAddress()
Get the localAddress property: The gateway's local address.
Returns:
nextHopIpAddress
public String nextHopIpAddress()
Get the nextHopIpAddress property: The IP address of the next hop for the effective route.
Returns:
nextHopType
public GatewayEffectiveRouteNextHopType nextHopType()
Get the nextHopType property: The next hop type of the effective route.
Returns:
toJson
validate
public void validate()
Validates the instance.