public enum StorageType extends Enum<StorageType>
| Enum Constant and Description |
|---|
CLOUD_HP1 |
ELASTIC_EPHEMERAL_DISK |
ENHANCED_SSD_PL0 |
ENHANCED_SSD_PL1 |
ENHANCED_SSD_PL2 |
ENHANCED_SSD_PL3 |
HDD |
HP1 |
LOCAL |
LOCAL_HDD |
LOCAL_NVME |
LOCAL_SSD |
NVME |
PREMIUM_SSD |
SATA |
SSD |
SSD_ENHANCED |
STD1 |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static StorageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageType ENHANCED_SSD_PL0
public static final StorageType ENHANCED_SSD_PL1
public static final StorageType SSD_ENHANCED
public static final StorageType ENHANCED_SSD_PL2
public static final StorageType ENHANCED_SSD_PL3
public static final StorageType CLOUD_HP1
public static final StorageType PREMIUM_SSD
public static final StorageType HP1
public static final StorageType SSD
public static final StorageType HDD
public static final StorageType ELASTIC_EPHEMERAL_DISK
public static final StorageType LOCAL
public static final StorageType SATA
public static final StorageType LOCAL_SSD
public static final StorageType LOCAL_HDD
public static final StorageType STD1
public static final StorageType LOCAL_NVME
public static final StorageType NVME
public static StorageType[] values()
for (StorageType c : StorageType.values()) System.out.println(c);
public static StorageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<StorageType>Copyright © 2026. All rights reserved.