Uses of Class
com.oracle.bmc.opsi.model.SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit
-
Packages that use SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit Modifier and Type Method 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.Methods in com.oracle.bmc.opsi.model with parameters of type SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit Modifier and Type Method Description SummarizeHostInsightNetworkUsageTrendAggregationCollection.Builder
SummarizeHostInsightNetworkUsageTrendAggregationCollection.Builder. usageUnit(SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit Constructor Description SummarizeHostInsightNetworkUsageTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, SummarizeHostInsightNetworkUsageTrendAggregationCollection.UsageUnit usageUnit, Long itemDurationInMs, List<NetworkUsageTrendAggregation> items)
Deprecated.
-