GatewayRouteListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. GatewayRouteListResultInner
- com.
Implements
public final class GatewayRouteListResultInner
implements JsonSerializable<GatewayRouteListResultInner>
List of virtual network gateway routes.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gateway |
fromJson(JsonReader jsonReader)
Reads an instance of Gateway |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Gateway |
value()
Get the value property: List of gateway routes. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static GatewayRouteListResultInner fromJson(JsonReader jsonReader)
Reads an instance of GatewayRouteListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<GatewayRoute> value()
Get the value property: List of gateway routes.
Returns: