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