FirmwareType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. connectedvmware. models. FirmwareType
- com.
- com.
public final class FirmwareType
extends ExpandableStringEnum<FirmwareType>
Defines values for FirmwareType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Firmware |
BIOS
Static value bios for Firmware |
|
static final
Firmware |
EFI
Static value efi for Firmware |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| FirmwareType() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Firmware |
fromString(String name)
Creates or finds a Firmware |
|
static
Collection<Firmware |
values()
Gets known Firmware |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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:
Returns:
values
public static Collection<FirmwareType> values()
Gets known FirmwareType values.
Returns: