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