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 Details

    • UNKNOWN

      public static final RouteMapActionType UNKNOWN
      Static value Unknown for RouteMapActionType.
    • REMOVE

      public static final RouteMapActionType REMOVE
      Static value Remove for RouteMapActionType.
    • ADD

      public static final RouteMapActionType ADD
      Static value Add for RouteMapActionType.
    • REPLACE

      public static final RouteMapActionType REPLACE
      Static value Replace for RouteMapActionType.
    • DROP

      public static final RouteMapActionType DROP
      Static value Drop for RouteMapActionType.
  • Constructor Details

    • RouteMapActionType

      @Deprecated public RouteMapActionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RouteMapActionType value.
  • Method Details

    • fromString

      public static RouteMapActionType fromString(String name)
      Creates or finds a RouteMapActionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RouteMapActionType.
    • values

      public static Collection<RouteMapActionType> values()
      Gets known RouteMapActionType values.
      Returns:
      known RouteMapActionType values.