public static enum DataVolumeForUpdateNodePoolConfigInput.TypeEnum extends Enum<DataVolumeForUpdateNodePoolConfigInput.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DataVolumeForUpdateNodePoolConfigInput.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
ESSD |
ESSD_FLEXPL |
ESSD_PL0 |
ESSD_PL1 |
PTSSD |
| Modifier and Type | Method and Description |
|---|---|
static DataVolumeForUpdateNodePoolConfigInput.TypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DataVolumeForUpdateNodePoolConfigInput.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataVolumeForUpdateNodePoolConfigInput.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataVolumeForUpdateNodePoolConfigInput.TypeEnum ESSD_PL0
public static final DataVolumeForUpdateNodePoolConfigInput.TypeEnum ESSD_FLEXPL
public static final DataVolumeForUpdateNodePoolConfigInput.TypeEnum ESSD_PL1
public static final DataVolumeForUpdateNodePoolConfigInput.TypeEnum ESSD
public static final DataVolumeForUpdateNodePoolConfigInput.TypeEnum PTSSD
public static DataVolumeForUpdateNodePoolConfigInput.TypeEnum[] values()
for (DataVolumeForUpdateNodePoolConfigInput.TypeEnum c : DataVolumeForUpdateNodePoolConfigInput.TypeEnum.values()) System.out.println(c);
public static DataVolumeForUpdateNodePoolConfigInput.TypeEnum 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<DataVolumeForUpdateNodePoolConfigInput.TypeEnum>public static DataVolumeForUpdateNodePoolConfigInput.TypeEnum fromValue(String input)
Copyright © 2024. All rights reserved.