public enum DiskTypeEnum extends Enum<DiskTypeEnum>
| Enum Constant and Description |
|---|
CDS_HDD |
CDS_SSD |
HDD_PASSTHROUGH |
NVME |
SATA |
SSD_PASSTHROUGH |
VK_CDS_HDD |
VK_CDS_SSD |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlavorName() |
String |
getFlavorValue() |
String |
getStorageClassName() |
static DiskTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiskTypeEnum NVME
public static final DiskTypeEnum SATA
public static final DiskTypeEnum CDS_HDD
public static final DiskTypeEnum CDS_SSD
public static final DiskTypeEnum HDD_PASSTHROUGH
public static final DiskTypeEnum SSD_PASSTHROUGH
public static final DiskTypeEnum VK_CDS_SSD
public static final DiskTypeEnum VK_CDS_HDD
public static DiskTypeEnum[] values()
for (DiskTypeEnum c : DiskTypeEnum.values()) System.out.println(c);
public static DiskTypeEnum 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 getStorageClassName()
public String getFlavorName()
public String getFlavorValue()
Copyright © 2025. All rights reserved.