Class InstallationState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<InstallationState>
com.azure.resourcemanager.mobilenetwork.models.InstallationState

public final class InstallationState extends com.azure.core.util.ExpandableStringEnum<InstallationState>
The installation state of the packet core.
  • Field Details

    • UNINSTALLED

      public static final InstallationState UNINSTALLED
      Static value Uninstalled for InstallationState.
    • INSTALLING

      public static final InstallationState INSTALLING
      Static value Installing for InstallationState.
    • INSTALLED

      public static final InstallationState INSTALLED
      Static value Installed for InstallationState.
    • UPDATING

      public static final InstallationState UPDATING
      Static value Updating for InstallationState.
    • UPGRADING

      public static final InstallationState UPGRADING
      Static value Upgrading for InstallationState.
    • UNINSTALLING

      public static final InstallationState UNINSTALLING
      Static value Uninstalling for InstallationState.
    • REINSTALLING

      public static final InstallationState REINSTALLING
      Static value Reinstalling for InstallationState.
    • ROLLING_BACK

      public static final InstallationState ROLLING_BACK
      Static value RollingBack for InstallationState.
    • FAILED

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

    • InstallationState

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

    • fromString

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

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