Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static HostMemoryRecommendations.UnusedInstance |
HostMemoryRecommendations.UnusedInstance.create(String key) |
HostMemoryRecommendations.UnusedInstance |
HostMemoryRecommendations.getUnusedInstance()
Identify unused instances based on cpu, memory and network metrics.
|
static HostMemoryRecommendations.UnusedInstance |
HostMemoryRecommendations.UnusedInstance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostMemoryRecommendations.UnusedInstance[] |
HostMemoryRecommendations.UnusedInstance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HostMemoryRecommendations.Builder |
HostMemoryRecommendations.Builder.unusedInstance(HostMemoryRecommendations.UnusedInstance unusedInstance)
Identify unused instances based on cpu, memory and network metrics.
|
Constructor and Description |
---|
HostMemoryRecommendations(HostMemoryRecommendations.UnusedInstance unusedInstance,
Boolean isAbandonedInstance,
String memoryOptimization)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.