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