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 Details

    • LSILOGIC

      public static final ScsiControllerType LSILOGIC
      Static value lsilogic for ScsiControllerType.
    • BUSLOGIC

      public static final ScsiControllerType BUSLOGIC
      Static value buslogic for ScsiControllerType.
    • PVSCSI

      public static final ScsiControllerType PVSCSI
      Static value pvscsi for ScsiControllerType.
    • LSILOGICSAS

      public static final ScsiControllerType LSILOGICSAS
      Static value lsilogicsas for ScsiControllerType.
  • Constructor Details

    • ScsiControllerType

      public ScsiControllerType()
  • Method Details

    • fromString

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

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