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