Class NextHopType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NextHopType>
com.azure.resourcemanager.network.models.NextHopType
Next hop type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NextHopTypeStatic value HyperNetGateway for NextHopType.static final NextHopTypeStatic value Internet for NextHopType.static final NextHopTypeStatic value None for NextHopType.static final NextHopTypeStatic value VirtualAppliance for NextHopType.static final NextHopTypeStatic value VirtualNetworkGateway for NextHopType.static final NextHopTypeStatic value VnetLocal for NextHopType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NextHopTypefromString(String name) Creates or finds a NextHopType from its string representation.static Collection<NextHopType>values()Gets known NextHopType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INTERNET
Static value Internet for NextHopType. -
VIRTUAL_APPLIANCE
Static value VirtualAppliance for NextHopType. -
VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for NextHopType. -
VNET_LOCAL
Static value VnetLocal for NextHopType. -
HYPER_NET_GATEWAY
Static value HyperNetGateway for NextHopType. -
NONE
Static value None for NextHopType.
-
-
Constructor Details
-
NextHopType
Deprecated.Use thefromString(String)factory method.Creates a new instance of NextHopType value.
-
-
Method Details
-
fromString
Creates or finds a NextHopType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NextHopType.
-
values
Gets known NextHopType values.- Returns:
- known NextHopType values.
-
fromString(String)factory method.