java.lang.Object
com.azure.core.util.ExpandableStringEnum<FirmwareType>
com.azure.resourcemanager.connectedvmware.models.FirmwareType

public final class FirmwareType extends com.azure.core.util.ExpandableStringEnum<FirmwareType>
Defines values for FirmwareType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FirmwareType
    Static value bios for FirmwareType.
    static final FirmwareType
    Static value efi for FirmwareType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a FirmwareType from its string representation.
    Gets known FirmwareType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • BIOS

      public static final FirmwareType BIOS
      Static value bios for FirmwareType.
    • EFI

      public static final FirmwareType EFI
      Static value efi for FirmwareType.
  • Constructor Details

    • FirmwareType

      public FirmwareType()
  • Method Details

    • fromString

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

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