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