Uses of Class
com.azure.resourcemanager.network.models.NextHopType
-
Packages that use NextHopType 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 NextHopType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NextHopType Modifier and Type Method Description NextHopTypeNextHopResultInner. nextHopType()Get the nextHopType property: Next hop type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NextHopType Modifier and Type Method Description NextHopResultInnerNextHopResultInner. 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 NextHopType Modifier and Type Field Description static NextHopTypeNextHopType. HYPER_NET_GATEWAYStatic value HyperNetGateway for NextHopType.static NextHopTypeNextHopType. INTERNETStatic value Internet for NextHopType.static NextHopTypeNextHopType. NONEStatic value None for NextHopType.static NextHopTypeNextHopType. VIRTUAL_APPLIANCEStatic value VirtualAppliance for NextHopType.static NextHopTypeNextHopType. VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for NextHopType.static NextHopTypeNextHopType. VNET_LOCALStatic value VnetLocal for NextHopType.Methods in com.azure.resourcemanager.network.models that return NextHopType Modifier and Type Method Description static NextHopTypeNextHopType. fromString(String name)Creates or finds a NextHopType from its string representation.NextHopTypeNextHop. nextHopType()Methods in com.azure.resourcemanager.network.models that return types with arguments of type NextHopType Modifier and Type Method Description static Collection<NextHopType>NextHopType. values()
-