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