Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric |
SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric.create(String key) |
SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric |
SummarizeHostInsightResourceUsageTrendAggregationCollection.getResourceMetric()
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
static SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric |
SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric[] |
SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric.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.resourceMetric(SummarizeHostInsightResourceUsageTrendAggregationCollection.ResourceMetric resourceMetric)
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
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.