public static enum AssociateEipAddressRequest.InstanceTypeEnum extends Enum<AssociateEipAddressRequest.InstanceTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateEipAddressRequest.InstanceTypeEnum.Adapter |
| Enum Constant and Description |
|---|
CLBINSTANCE |
ECSINSTANCE |
HAVIP |
NAT |
NETWORKINTERFACE |
| Modifier and Type | Method and Description |
|---|---|
static AssociateEipAddressRequest.InstanceTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static AssociateEipAddressRequest.InstanceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociateEipAddressRequest.InstanceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Nat") public static final AssociateEipAddressRequest.InstanceTypeEnum NAT
@SerializedName(value="NetworkInterface") public static final AssociateEipAddressRequest.InstanceTypeEnum NETWORKINTERFACE
@SerializedName(value="ClbInstance") public static final AssociateEipAddressRequest.InstanceTypeEnum CLBINSTANCE
@SerializedName(value="EcsInstance") public static final AssociateEipAddressRequest.InstanceTypeEnum ECSINSTANCE
@SerializedName(value="HaVip") public static final AssociateEipAddressRequest.InstanceTypeEnum HAVIP
public static AssociateEipAddressRequest.InstanceTypeEnum[] values()
for (AssociateEipAddressRequest.InstanceTypeEnum c : AssociateEipAddressRequest.InstanceTypeEnum.values()) System.out.println(c);
public static AssociateEipAddressRequest.InstanceTypeEnum 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<AssociateEipAddressRequest.InstanceTypeEnum>public static AssociateEipAddressRequest.InstanceTypeEnum fromValue(String input)
Copyright © 2024. All rights reserved.