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