public static enum ModelDeploymentInstanceShapeConfigDetails.CpuBaseline extends Enum<ModelDeploymentInstanceShapeConfigDetails.CpuBaseline> implements BmcEnum
The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left
blank, it will default to BASELINE_1_1
. The following values are supported:
BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an
OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable
instance.
Enum Constant and Description |
---|
Baseline11 |
Baseline12 |
Baseline18 |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ModelDeploymentInstanceShapeConfigDetails.CpuBaseline |
create(String key) |
String |
getValue() |
static ModelDeploymentInstanceShapeConfigDetails.CpuBaseline |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelDeploymentInstanceShapeConfigDetails.CpuBaseline[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelDeploymentInstanceShapeConfigDetails.CpuBaseline Baseline18
public static final ModelDeploymentInstanceShapeConfigDetails.CpuBaseline Baseline12
public static final ModelDeploymentInstanceShapeConfigDetails.CpuBaseline Baseline11
public static final ModelDeploymentInstanceShapeConfigDetails.CpuBaseline UnknownEnumValue
public static ModelDeploymentInstanceShapeConfigDetails.CpuBaseline[] values()
for (ModelDeploymentInstanceShapeConfigDetails.CpuBaseline c : ModelDeploymentInstanceShapeConfigDetails.CpuBaseline.values()) System.out.println(c);
public static ModelDeploymentInstanceShapeConfigDetails.CpuBaseline 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 static ModelDeploymentInstanceShapeConfigDetails.CpuBaseline create(String key)
Copyright © 2016–2024. All rights reserved.