Class GatewayRouteListResultInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.GatewayRouteListResultInner
List of virtual network gateway routes.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GatewayRouteListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: List of gateway routes.withValue(List<GatewayRoute> value) Set the value property: List of gateway routes.
-
Constructor Details
-
GatewayRouteListResultInner
public GatewayRouteListResultInner()Creates an instance of GatewayRouteListResultInner class.
-
-
Method Details
-
value
Get the value property: List of gateway routes.- Returns:
- the value value.
-
withValue
Set the value property: List of gateway routes.- Parameters:
value- the value value to set.- Returns:
- the GatewayRouteListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-