Uses of Class
com.azure.resourcemanager.network.models.RouteNextHopType
Packages that use RouteNextHopType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RouteNextHopType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteNextHopTypeModifier and TypeMethodDescriptionRouteInner.nextHopType()Get the nextHopType property: The type of Azure hop the packet should be sent to.RoutePropertiesFormat.nextHopType()Get the nextHopType property: The type of Azure hop the packet should be sent to.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type RouteNextHopTypeModifier and TypeMethodDescriptionRouteInner.withNextHopType(RouteNextHopType nextHopType) Set the nextHopType property: The type of Azure hop the packet should be sent to.RoutePropertiesFormat.withNextHopType(RouteNextHopType nextHopType) Set the nextHopType property: The type of Azure hop the packet should be sent to. -
Uses of RouteNextHopType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type RouteNextHopType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe type of Azure hop the packet should be sent to.Fields in com.azure.resourcemanager.network.models declared as RouteNextHopTypeModifier and TypeFieldDescriptionstatic final RouteNextHopTypeRouteNextHopType.INTERNETStatic value Internet for RouteNextHopType.static final RouteNextHopTypeRouteNextHopType.NONEStatic value None for RouteNextHopType.static final RouteNextHopTypeRouteNextHopType.VIRTUAL_APPLIANCEStatic value VirtualAppliance for RouteNextHopType.static final RouteNextHopTypeRouteNextHopType.VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for RouteNextHopType.static final RouteNextHopTypeRouteNextHopType.VNET_LOCALStatic value VnetLocal for RouteNextHopType.Methods in com.azure.resourcemanager.network.models that return RouteNextHopTypeModifier and TypeMethodDescriptionstatic RouteNextHopTypeRouteNextHopType.fromString(String name) Creates or finds a RouteNextHopType from its string representation.EffectiveRoute.nextHopType()Get the nextHopType property: The type of Azure hop the packet should be sent to.Route.nextHopType()Gets the type of the next hop.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteNextHopTypeModifier and TypeMethodDescriptionstatic Collection<RouteNextHopType> RouteNextHopType.values()Gets known RouteNextHopType values.Methods in com.azure.resourcemanager.network.models with parameters of type RouteNextHopTypeModifier and TypeMethodDescriptionRoute.DefinitionStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType) Specifies the next hop type.Route.UpdateDefinitionStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType) Specifies the next hop type.Route.UpdateStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType) Specifies the next hop type.EffectiveRoute.withNextHopType(RouteNextHopType nextHopType) Set the nextHopType property: The type of Azure hop the packet should be sent to.RouteTable.DefinitionStages.WithRoute.withRoute(String destinationAddressPrefix, RouteNextHopType nextHop) Creates a non-virtual appliance route.RouteTable.UpdateStages.WithRoute.withRoute(String destinationAddressPrefix, RouteNextHopType nextHop) Creates a non-virtual appliance route.