public static enum NodeForDescribeDBInstancesOutput.NodeSpecEnum extends Enum<NodeForDescribeDBInstancesOutput.NodeSpecEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeForDescribeDBInstancesOutput.NodeSpecEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static NodeForDescribeDBInstancesOutput.NodeSpecEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static NodeForDescribeDBInstancesOutput.NodeSpecEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeForDescribeDBInstancesOutput.NodeSpecEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="vedb.mysql.g4.2xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_G4_2XLARGE
@SerializedName(value="vedb.mysql.g4.4xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_G4_4XLARGE
@SerializedName(value="vedb.mysql.g4.large") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_G4_LARGE
@SerializedName(value="vedb.mysql.g4.xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_G4_XLARGE
@SerializedName(value="vedb.mysql.g8.2xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_G8_2XLARGE
@SerializedName(value="vedb.mysql.x4.2xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X4_2XLARGE
@SerializedName(value="vedb.mysql.x4.4xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X4_4XLARGE
@SerializedName(value="vedb.mysql.x4.8xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X4_8XLARGE
@SerializedName(value="vedb.mysql.x4.large") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X4_LARGE
@SerializedName(value="vedb.mysql.x4.xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X4_XLARGE
@SerializedName(value="vedb.mysql.x8.2xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X8_2XLARGE
@SerializedName(value="vedb.mysql.x8.4xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X8_4XLARGE
@SerializedName(value="vedb.mysql.x8.6xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X8_6XLARGE
@SerializedName(value="vedb.mysql.x8.8xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X8_8XLARGE
@SerializedName(value="vedb.mysql.x8.large") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X8_LARGE
@SerializedName(value="vedb.mysql.x8.xlarge") public static final NodeForDescribeDBInstancesOutput.NodeSpecEnum VEDB_MYSQL_X8_XLARGE
public static NodeForDescribeDBInstancesOutput.NodeSpecEnum[] values()
for (NodeForDescribeDBInstancesOutput.NodeSpecEnum c : NodeForDescribeDBInstancesOutput.NodeSpecEnum.values()) System.out.println(c);
public static NodeForDescribeDBInstancesOutput.NodeSpecEnum 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<NodeForDescribeDBInstancesOutput.NodeSpecEnum>public static NodeForDescribeDBInstancesOutput.NodeSpecEnum fromValue(String input)
Copyright © 2026. All rights reserved.