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