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