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