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