@Beta(value=V1_7_0) public enum SqlElasticPoolPremiumEDTUs extends Enum<SqlElasticPoolPremiumEDTUs>
Enum Constant and Description |
---|
eDTU_1000
1000 eDTUs available to the pool.
|
eDTU_125
125 eDTUs available to the pool.
|
eDTU_1500
1500 eDTUs available to the pool.
|
eDTU_2000
2000 eDTUs available to the pool.
|
eDTU_250
250 eDTUs available to the pool.
|
eDTU_2500
2500 eDTUs available to the pool.
|
eDTU_3000
3000 eDTUs available to the pool.
|
eDTU_3500
3500 eDTUs available to the pool.
|
eDTU_4000
4000 eDTUs available to the pool.
|
eDTU_500
500 eDTUs available to the pool.
|
Modifier and Type | Method and Description |
---|---|
int |
value() |
static SqlElasticPoolPremiumEDTUs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlElasticPoolPremiumEDTUs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlElasticPoolPremiumEDTUs eDTU_125
public static final SqlElasticPoolPremiumEDTUs eDTU_250
public static final SqlElasticPoolPremiumEDTUs eDTU_500
public static final SqlElasticPoolPremiumEDTUs eDTU_1000
public static final SqlElasticPoolPremiumEDTUs eDTU_1500
public static final SqlElasticPoolPremiumEDTUs eDTU_2000
public static final SqlElasticPoolPremiumEDTUs eDTU_2500
public static final SqlElasticPoolPremiumEDTUs eDTU_3000
public static final SqlElasticPoolPremiumEDTUs eDTU_3500
public static final SqlElasticPoolPremiumEDTUs eDTU_4000
public static SqlElasticPoolPremiumEDTUs[] values()
for (SqlElasticPoolPremiumEDTUs c : SqlElasticPoolPremiumEDTUs.values()) System.out.println(c);
public static SqlElasticPoolPremiumEDTUs 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.