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