Class FirmwareStatusType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FirmwareStatusType>
com.azure.resourcemanager.storagecache.models.FirmwareStatusType

public final class FirmwareStatusType extends com.azure.core.util.ExpandableStringEnum<FirmwareStatusType>
True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
  • Field Details

    • AVAILABLE

      public static final FirmwareStatusType AVAILABLE
      Static value available for FirmwareStatusType.
    • UNAVAILABLE

      public static final FirmwareStatusType UNAVAILABLE
      Static value unavailable for FirmwareStatusType.
  • Constructor Details

    • FirmwareStatusType

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

    • fromString

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

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