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>
Defines values for NextHopType.
-
-
Field Summary
Fields Modifier and Type Field Description static NextHopTypeHYPER_NET_GATEWAYStatic value HyperNetGateway for NextHopType.static NextHopTypeINTERNETStatic value Internet for NextHopType.static NextHopTypeNONEStatic value None for NextHopType.static NextHopTypeVIRTUAL_APPLIANCEStatic value VirtualAppliance for NextHopType.static NextHopTypeVIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for NextHopType.static NextHopTypeVNET_LOCALStatic value VnetLocal for NextHopType.
-
Constructor Summary
Constructors Constructor Description NextHopType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NextHopTypefromString(String name)Creates or finds a NextHopType from its string representation.static Collection<NextHopType>values()
-
-
-
Field Detail
-
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.
-
-
Method Detail
-
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()
- Returns:
- known NextHopType values.
-
-