Class RoutingState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoutingState>
com.azure.resourcemanager.network.models.RoutingState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class RoutingState extends com.azure.core.util.ExpandableStringEnum<RoutingState>
The current routing state of the VirtualHub.
  • Field Details

    • NONE

      public static final RoutingState NONE
      Static value None for RoutingState.
    • PROVISIONED

      public static final RoutingState PROVISIONED
      Static value Provisioned for RoutingState.
    • PROVISIONING

      public static final RoutingState PROVISIONING
      Static value Provisioning for RoutingState.
    • FAILED

      public static final RoutingState FAILED
      Static value Failed for RoutingState.
  • Constructor Details

    • RoutingState

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

    • fromString

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

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