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