public static enum DisassociateRouteTableRequest.GatewayTypeEnum extends Enum<DisassociateRouteTableRequest.GatewayTypeEnum>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DisassociateRouteTableRequest.GatewayTypeEnum.Adapter |
| 枚举常量和说明 |
|---|
IPV4GATEWAY |
IPV6GATEWAY |
| 限定符和类型 | 方法和说明 |
|---|---|
static DisassociateRouteTableRequest.GatewayTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DisassociateRouteTableRequest.GatewayTypeEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DisassociateRouteTableRequest.GatewayTypeEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
@SerializedName(value="Ipv4Gateway") public static final DisassociateRouteTableRequest.GatewayTypeEnum IPV4GATEWAY
@SerializedName(value="Ipv6Gateway") public static final DisassociateRouteTableRequest.GatewayTypeEnum IPV6GATEWAY
public static DisassociateRouteTableRequest.GatewayTypeEnum[] values()
for (DisassociateRouteTableRequest.GatewayTypeEnum c : DisassociateRouteTableRequest.GatewayTypeEnum.values()) System.out.println(c);
public static DisassociateRouteTableRequest.GatewayTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getValue()
public String toString()
public static DisassociateRouteTableRequest.GatewayTypeEnum fromValue(String input)
Copyright © 2025. All rights reserved.