@Beta(value=V1_7_0) public enum SqlElasticPoolStandardMinEDTUs extends Enum<SqlElasticPoolStandardMinEDTUs>
Enum Constant and Description |
---|
eDTU_0
0 reserved minimum eDTUs available for each database in the pool.
|
eDTU_100
100 reserved minimum eDTUs available for each database in the pool.
|
eDTU_1200
1200 reserved minimum eDTUs available for each database in the pool.
|
eDTU_1600
1600 reserved minimum eDTUs available for each database in the pool.
|
eDTU_20
20 reserved minimum eDTUs available for each database in the pool.
|
eDTU_200
200 reserved minimum eDTUs available for each database in the pool.
|
eDTU_2000
2000 reserved minimum eDTUs available for each database in the pool.
|
eDTU_2500
2500 reserved minimum eDTUs available for each database in the pool.
|
eDTU_300
300 reserved minimum eDTUs available for each database in the pool.
|
eDTU_3000
3000 reserved minimum eDTUs available for each database in the pool.
|
eDTU_400
400 reserved minimum eDTUs available for each database in the pool.
|
eDTU_50
50 reserved minimum eDTUs available for each database in the pool.
|
eDTU_800
800 reserved minimum eDTUs available for each database in the pool.
|
Modifier and Type | Method and Description |
---|---|
int |
value() |
static SqlElasticPoolStandardMinEDTUs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlElasticPoolStandardMinEDTUs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlElasticPoolStandardMinEDTUs eDTU_0
public static final SqlElasticPoolStandardMinEDTUs eDTU_20
public static final SqlElasticPoolStandardMinEDTUs eDTU_50
public static final SqlElasticPoolStandardMinEDTUs eDTU_100
public static final SqlElasticPoolStandardMinEDTUs eDTU_200
public static final SqlElasticPoolStandardMinEDTUs eDTU_300
public static final SqlElasticPoolStandardMinEDTUs eDTU_400
public static final SqlElasticPoolStandardMinEDTUs eDTU_800
public static final SqlElasticPoolStandardMinEDTUs eDTU_1200
public static final SqlElasticPoolStandardMinEDTUs eDTU_1600
public static final SqlElasticPoolStandardMinEDTUs eDTU_2000
public static final SqlElasticPoolStandardMinEDTUs eDTU_2500
public static final SqlElasticPoolStandardMinEDTUs eDTU_3000
public static SqlElasticPoolStandardMinEDTUs[] values()
for (SqlElasticPoolStandardMinEDTUs c : SqlElasticPoolStandardMinEDTUs.values()) System.out.println(c);
public static SqlElasticPoolStandardMinEDTUs 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.