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