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