Class EffectiveRouteMapRouteListInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.EffectiveRouteMapRouteListInner
EffectiveRouteMapRoute List.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EffectiveRouteMapRouteListInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: The list of Effective RouteMap Routes configured on the connection resource.withValue(List<EffectiveRouteMapRoute> value) Set the value property: The list of Effective RouteMap Routes configured on the connection resource.
-
Constructor Details
-
EffectiveRouteMapRouteListInner
public EffectiveRouteMapRouteListInner()Creates an instance of EffectiveRouteMapRouteListInner class.
-
-
Method Details
-
value
Get the value property: The list of Effective RouteMap Routes configured on the connection resource.- Returns:
- the value value.
-
withValue
Set the value property: The list of Effective RouteMap Routes configured on the connection resource.- Parameters:
value- the value value to set.- Returns:
- the EffectiveRouteMapRouteListInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-