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