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