Uses of Class
com.azure.resourcemanager.network.models.EffectiveRoute
Packages that use EffectiveRoute
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveRoute in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type EffectiveRouteModifier and TypeMethodDescriptionEffectiveRouteListResultInner.value()Get the value property: A list of effective routes.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type EffectiveRouteModifier and TypeMethodDescriptionEffectiveRouteListResultInner.withValue(List<EffectiveRoute> value) Set the value property: A list of effective routes. -
Uses of EffectiveRoute in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return EffectiveRouteModifier and TypeMethodDescriptionstatic EffectiveRouteEffectiveRoute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveRoute from the JsonReader.EffectiveRoute.withAddressPrefix(List<String> addressPrefix) Set the addressPrefix property: The address prefixes of the effective routes in CIDR notation.EffectiveRoute.withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation) Set the disableBgpRoutePropagation property: If true, on-premises routes are not propagated to the network interfaces in the subnet.Set the name property: The name of the user defined route.EffectiveRoute.withNextHopIpAddress(List<String> nextHopIpAddress) Set the nextHopIpAddress property: The IP address of the next hop of the effective route.EffectiveRoute.withNextHopType(RouteNextHopType nextHopType) Set the nextHopType property: The type of Azure hop the packet should be sent to.EffectiveRoute.withSource(EffectiveRouteSource source) Set the source property: Who created the route.EffectiveRoute.withState(EffectiveRouteState state) Set the state property: The value of effective route.