Class StorageTargetType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageTargetType>
com.azure.resourcemanager.elasticsan.models.StorageTargetType

public final class StorageTargetType extends com.azure.core.util.ExpandableStringEnum<StorageTargetType>
Storage Target type.
  • Field Details

    • ISCSI

      public static final StorageTargetType ISCSI
      Static value Iscsi for StorageTargetType.
    • NONE

      public static final StorageTargetType NONE
      Static value None for StorageTargetType.
  • Constructor Details

    • StorageTargetType

      public StorageTargetType()
  • Method Details

    • fromString

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

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