Class FirmwareType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FirmwareType>
com.azure.resourcemanager.connectedvmware.models.FirmwareType
Defines values for FirmwareType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FirmwareType
Static value bios for FirmwareType.static final FirmwareType
Static value efi for FirmwareType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FirmwareType
fromString
(String name) Creates or finds a FirmwareType from its string representation.static Collection<FirmwareType>
values()
Gets known FirmwareType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BIOS
Static value bios for FirmwareType. -
EFI
Static value efi for FirmwareType.
-
-
Constructor Details
-
FirmwareType
public FirmwareType()
-
-
Method Details
-
fromString
Creates or finds a FirmwareType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding FirmwareType.
-
values
Gets known FirmwareType values.- Returns:
- known FirmwareType values.
-