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