Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric |
SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric.create(String key) |
SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric |
SummarizeHostInsightResourceStatisticsAggregationCollection.getResourceMetric()
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
static SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric |
SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric[] |
SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeHostInsightResourceStatisticsAggregationCollection.Builder |
SummarizeHostInsightResourceStatisticsAggregationCollection.Builder.resourceMetric(SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric resourceMetric)
Defines the type of resource metric (CPU, Physical Memory, Logical Memory)
|
Constructor and Description |
---|
SummarizeHostInsightResourceStatisticsAggregationCollection(Date timeIntervalStart,
Date timeIntervalEnd,
Integer highUtilizationThreshold,
Integer lowUtilizationThreshold,
SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric resourceMetric,
SummarizeHostInsightResourceStatisticsAggregationCollection.UsageUnit usageUnit,
List<HostInsightResourceStatisticsAggregation> items)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.