Class RoutingRuleNextHopType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoutingRuleNextHopType>
com.azure.resourcemanager.network.models.RoutingRuleNextHopType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RoutingRuleNextHopType
extends com.azure.core.util.ExpandableStringEnum<RoutingRuleNextHopType>
Routing rule next hop type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoutingRuleNextHopTypeStatic value Internet for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeStatic value NoNextHop for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeStatic value VirtualAppliance for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeStatic value VirtualNetworkGateway for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeStatic value VnetLocal for RoutingRuleNextHopType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoutingRuleNextHopTypefromString(String name) Creates or finds a RoutingRuleNextHopType from its string representation.static Collection<RoutingRuleNextHopType> values()Gets known RoutingRuleNextHopType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INTERNET
Static value Internet for RoutingRuleNextHopType. -
NO_NEXT_HOP
Static value NoNextHop for RoutingRuleNextHopType. -
VIRTUAL_APPLIANCE
Static value VirtualAppliance for RoutingRuleNextHopType. -
VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for RoutingRuleNextHopType. -
VNET_LOCAL
Static value VnetLocal for RoutingRuleNextHopType.
-
-
Constructor Details
-
RoutingRuleNextHopType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RoutingRuleNextHopType value.
-
-
Method Details
-
fromString
Creates or finds a RoutingRuleNextHopType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RoutingRuleNextHopType.
-
values
Gets known RoutingRuleNextHopType values.- Returns:
- known RoutingRuleNextHopType values.
-
fromString(String)factory method.