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.ExadataResourceType
SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType. create(String key)
SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType
SummarizeExadataInsightResourceCapacityTrendAggregation. getExadataResourceType()
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)static SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType
SummarizeExadataInsightResourceCapacityTrendAggregation.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.Builder
SummarizeExadataInsightResourceCapacityTrendAggregation.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.
-