Uses of Class
com.azure.resourcemanager.network.models.EffectiveRoute
-
Packages that use EffectiveRoute Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 EffectiveRoute Modifier and Type Method Description List<EffectiveRoute>EffectiveRouteListResultInner. value()Get the value property: A list of effective routes.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type EffectiveRoute Modifier and Type Method Description EffectiveRouteListResultInnerEffectiveRouteListResultInner. 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 EffectiveRoute Modifier and Type Method Description EffectiveRouteEffectiveRoute. withAddressPrefix(List<String> addressPrefix)Set the addressPrefix property: The address prefixes of the effective routes in CIDR notation.EffectiveRouteEffectiveRoute. withDisableBgpRoutePropagation(Boolean disableBgpRoutePropagation)Set the disableBgpRoutePropagation property: If true, on-premises routes are not propagated to the network interfaces in the subnet.EffectiveRouteEffectiveRoute. withName(String name)Set the name property: The name of the user defined route.EffectiveRouteEffectiveRoute. withNextHopIpAddress(List<String> nextHopIpAddress)Set the nextHopIpAddress property: The IP address of the next hop of the effective route.EffectiveRouteEffectiveRoute. withNextHopType(RouteNextHopType nextHopType)Set the nextHopType property: The type of Azure hop the packet should be sent to.EffectiveRouteEffectiveRoute. withSource(EffectiveRouteSource source)Set the source property: Who created the route.EffectiveRouteEffectiveRoute. withState(EffectiveRouteState state)Set the state property: The value of effective route.
-