Uses of Class
com.oracle.bmc.opsi.model.SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit
-
Packages that use SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit Modifier and Type Method Description static SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit
SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit. create(String key)
SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit
SummarizeHostInsightStorageUsageTrendAggregationCollection. getUsageUnit()
Displays usage unit ( CORES, GB , PERCENT, MBPS)static SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit
SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit[]
SummarizeHostInsightStorageUsageTrendAggregationCollection.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 SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit Modifier and Type Method Description SummarizeHostInsightStorageUsageTrendAggregationCollection.Builder
SummarizeHostInsightStorageUsageTrendAggregationCollection.Builder. usageUnit(SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit Constructor Description SummarizeHostInsightStorageUsageTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, SummarizeHostInsightStorageUsageTrendAggregationCollection.UsageUnit usageUnit, Long itemDurationInMs, List<StorageUsageTrendAggregation> items)
Deprecated.
-