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