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