Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit |
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit.create(String key) |
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit |
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.getUsageUnit()
Displays usage unit ( CORES, GB , PERCENT, MBPS)
|
static SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit |
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit[] |
SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit.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.usageUnit(SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)
|
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.