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