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