Class RouteNextHopType


  • public final class RouteNextHopType
    extends com.azure.core.util.ExpandableStringEnum<RouteNextHopType>
    Defines values for RouteNextHopType.
    • Field Detail

      • 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 Detail

      • RouteNextHopType

        public RouteNextHopType()
    • Method Detail

      • 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.