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