Class NextHopType

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

public final class NextHopType extends com.azure.core.util.ExpandableStringEnum<NextHopType>
Next hop type.
  • Field Details

    • INTERNET

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

      public static final NextHopType VIRTUAL_APPLIANCE
      Static value VirtualAppliance for NextHopType.
    • VIRTUAL_NETWORK_GATEWAY

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

      public static final NextHopType VNET_LOCAL
      Static value VnetLocal for NextHopType.
    • HYPER_NET_GATEWAY

      public static final NextHopType HYPER_NET_GATEWAY
      Static value HyperNetGateway for NextHopType.
    • NONE

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

    • NextHopType

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

    • fromString

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

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