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