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