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