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