Class RouteNextHopType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RouteNextHopType>
com.azure.resourcemanager.network.models.RouteNextHopType

public final class RouteNextHopType extends com.azure.core.util.ExpandableStringEnum<RouteNextHopType>
The type of Azure hop the packet should be sent to.
  • Field Details

    • VIRTUAL_NETWORK_GATEWAY

      public static final RouteNextHopType VIRTUAL_NETWORK_GATEWAY
      Static value VirtualNetworkGateway for RouteNextHopType.
    • VNET_LOCAL

      public static final RouteNextHopType VNET_LOCAL
      Static value VnetLocal for RouteNextHopType.
    • INTERNET

      public static final RouteNextHopType INTERNET
      Static value Internet for RouteNextHopType.
    • VIRTUAL_APPLIANCE

      public static final RouteNextHopType VIRTUAL_APPLIANCE
      Static value VirtualAppliance for RouteNextHopType.
    • NONE

      public static final RouteNextHopType NONE
      Static value None for RouteNextHopType.
  • Constructor Details

    • RouteNextHopType

      @Deprecated public RouteNextHopType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RouteNextHopType value.
  • Method Details

    • fromString

      public static RouteNextHopType fromString(String name)
      Creates or finds a RouteNextHopType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RouteNextHopType.
    • values

      public static Collection<RouteNextHopType> values()
      Gets known RouteNextHopType values.
      Returns:
      known RouteNextHopType values.