Uses of Class
com.azure.resourcemanager.network.models.NextHopType
Packages that use NextHopType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NextHopType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NextHopTypeModifier and TypeMethodDescriptionNextHopResultInner.nextHopType()Get the nextHopType property: Next hop type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NextHopTypeModifier and TypeMethodDescriptionNextHopResultInner.withNextHopType(NextHopType nextHopType) Set the nextHopType property: Next hop type. -
Uses of NextHopType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as NextHopTypeModifier and TypeFieldDescriptionstatic final NextHopTypeNextHopType.HYPER_NET_GATEWAYStatic value HyperNetGateway for NextHopType.static final NextHopTypeNextHopType.INTERNETStatic value Internet for NextHopType.static final NextHopTypeNextHopType.NONEStatic value None for NextHopType.static final NextHopTypeNextHopType.VIRTUAL_APPLIANCEStatic value VirtualAppliance for NextHopType.static final NextHopTypeNextHopType.VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for NextHopType.static final NextHopTypeNextHopType.VNET_LOCALStatic value VnetLocal for NextHopType.Methods in com.azure.resourcemanager.network.models that return NextHopTypeModifier and TypeMethodDescriptionstatic NextHopTypeNextHopType.fromString(String name) Creates or finds a NextHopType from its string representation.NextHop.nextHopType()Gets the next hop type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NextHopTypeModifier and TypeMethodDescriptionstatic Collection<NextHopType> NextHopType.values()Gets known NextHopType values.