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