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