ComputeModel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. oracledatabase. models. ComputeModel
- com.
- com.
public final class ComputeModel
extends ExpandableStringEnum<ComputeModel>
Compute model enum.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Compute |
ECPU
Static value ECPU for Compute |
|
static final
Compute |
OCPU
Static value OCPU for Compute |
Constructor Summary
| Constructor | Description |
|---|---|
| ComputeModel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Compute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Compute |
fromString(String name)
Creates or finds a Compute |
|
static
Collection<Compute |
values()
Gets known Compute |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ECPU
public static final ComputeModel ECPU
Static value ECPU for ComputeModel.
OCPU
public static final ComputeModel OCPU
Static value OCPU for ComputeModel.
Constructor Details
ComputeModel
@Deprecated
public ComputeModel()
Deprecated
Creates a new instance of ComputeModel value.
Method Details
fromString
public static ComputeModel fromString(String name)
Creates or finds a ComputeModel from its string representation.
Parameters:
Returns:
values
public static Collection<ComputeModel> values()
Gets known ComputeModel values.
Returns: