@Beta(value=V1_7_0) public enum SqlElasticPoolBasicMaxEDTUs extends Enum<SqlElasticPoolBasicMaxEDTUs>
Enum Constant and Description |
---|
eDTU_5
Maximum 5 eDTUs available per each database.
|
Modifier and Type | Method and Description |
---|---|
int |
value() |
static SqlElasticPoolBasicMaxEDTUs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlElasticPoolBasicMaxEDTUs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlElasticPoolBasicMaxEDTUs eDTU_5
public static SqlElasticPoolBasicMaxEDTUs[] values()
for (SqlElasticPoolBasicMaxEDTUs c : SqlElasticPoolBasicMaxEDTUs.values()) System.out.println(c);
public static SqlElasticPoolBasicMaxEDTUs 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 int value()
Copyright © 2019. All rights reserved.