Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit |
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit.create(String key) |
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit |
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.getUsageUnit()
Displays usage unit ( CORES, GB , PERCENT, MBPS)
|
static SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit |
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit[] |
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.Builder |
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.Builder.usageUnit(SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)
|
Constructor and Description |
---|
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection(Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit usageUnit,
Long itemDurationInMs,
List<TablespaceUsageTrendAggregation> items)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.