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