Class StorageTargetType

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

public final class StorageTargetType extends com.azure.core.util.ExpandableStringEnum<StorageTargetType>
Defines values for StorageTargetType.
  • Field Details

    • NFS3

      public static final StorageTargetType NFS3
      Static value nfs3 for StorageTargetType.
    • CLFS

      public static final StorageTargetType CLFS
      Static value clfs for StorageTargetType.
    • UNKNOWN

      public static final StorageTargetType UNKNOWN
      Static value unknown for StorageTargetType.
    • BLOB_NFS

      public static final StorageTargetType BLOB_NFS
      Static value blobNfs 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.