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