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.
Constructor Summary
Constructor | Description |
---|---|
GatewayRouteListResultInner() |
Creates an instance of Gateway |
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. |
Gateway |
withValue(List<GatewayRoute> value)
Set the value property: List of gateway routes. |
Methods inherited from java.lang.Object
Constructor Details
GatewayRouteListResultInner
public GatewayRouteListResultInner()
Creates an instance of GatewayRouteListResultInner class.
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
Get the value property: List of gateway routes.
Returns:
withValue
public GatewayRouteListResultInner withValue(List
Set the value property: List of gateway routes.
Parameters:
Returns:
Applies to
Azure SDK for Java