Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeHostInsightResourceUsageAggregation.ResourceMetric |
SummarizeHostInsightResourceUsageAggregation.ResourceMetric.create(String key) |
SummarizeHostInsightResourceUsageAggregation.ResourceMetric |
SummarizeHostInsightResourceUsageAggregation.getResourceMetric()
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
static SummarizeHostInsightResourceUsageAggregation.ResourceMetric |
SummarizeHostInsightResourceUsageAggregation.ResourceMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeHostInsightResourceUsageAggregation.ResourceMetric[] |
SummarizeHostInsightResourceUsageAggregation.ResourceMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeHostInsightResourceUsageAggregation.Builder |
SummarizeHostInsightResourceUsageAggregation.Builder.resourceMetric(SummarizeHostInsightResourceUsageAggregation.ResourceMetric resourceMetric)
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
Constructor and Description |
---|
SummarizeHostInsightResourceUsageAggregation(Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeHostInsightResourceUsageAggregation.ResourceMetric resourceMetric,
SummarizeHostInsightResourceUsageAggregation.UsageUnit usageUnit,
Double usage,
Double capacity,
Double usageChangePercent)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.