Class RouteMapActionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RouteMapActionType>
com.azure.resourcemanager.network.models.RouteMapActionType
public final class RouteMapActionType
extends com.azure.core.util.ExpandableStringEnum<RouteMapActionType>
Kind of actions which can be taken on a matched route. Add, Replace, Remove refer to parameters on the route, like
community or prefix.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RouteMapActionTypeStatic value Add for RouteMapActionType.static final RouteMapActionTypeStatic value Drop for RouteMapActionType.static final RouteMapActionTypeStatic value Remove for RouteMapActionType.static final RouteMapActionTypeStatic value Replace for RouteMapActionType.static final RouteMapActionTypeStatic value Unknown for RouteMapActionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RouteMapActionTypefromString(String name) Creates or finds a RouteMapActionType from its string representation.static Collection<RouteMapActionType>values()Gets known RouteMapActionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for RouteMapActionType. -
REMOVE
Static value Remove for RouteMapActionType. -
ADD
Static value Add for RouteMapActionType. -
REPLACE
Static value Replace for RouteMapActionType. -
DROP
Static value Drop for RouteMapActionType.
-
-
Constructor Details
-
RouteMapActionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RouteMapActionType value.
-
-
Method Details
-
fromString
Creates or finds a RouteMapActionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RouteMapActionType.
-
values
Gets known RouteMapActionType values.- Returns:
- known RouteMapActionType values.
-
fromString(String)factory method.