Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static HostCpuRecommendations.Burstable |
HostCpuRecommendations.Burstable.create(String key) |
HostCpuRecommendations.Burstable |
HostCpuRecommendations.getBurstable()
Show if OPSI recommends to convert an instance to a burstable instance and show recommended
cpu baseline if positive recommendation.
|
static HostCpuRecommendations.Burstable |
HostCpuRecommendations.Burstable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostCpuRecommendations.Burstable[] |
HostCpuRecommendations.Burstable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HostCpuRecommendations.Builder |
HostCpuRecommendations.Builder.burstable(HostCpuRecommendations.Burstable burstable)
Show if OPSI recommends to convert an instance to a burstable instance and show
recommended cpu baseline if positive recommendation.
|
Constructor and Description |
---|
HostCpuRecommendations(HostCpuRecommendations.Burstable burstable,
String shape,
HostCpuRecommendations.UnusedInstance unusedInstance,
Boolean isAbandonedInstance)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.