Uses of Class
com.oracle.bmc.opsi.model.SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric
-
Packages that use SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric Modifier and Type Method Description static SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric
SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric. create(String key)
SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric
SummarizeDatabaseInsightResourceUsageTrendAggregationCollection. getResourceMetric()
Defines the type of resource metric (example: CPU, STORAGE)static SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric
SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric[]
SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric. 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 SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric Modifier and Type Method Description SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.Builder
SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.Builder. resourceMetric(SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric resourceMetric)
Defines the type of resource metric (example: CPU, STORAGE)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric Constructor Description SummarizeDatabaseInsightResourceUsageTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.ResourceMetric resourceMetric, SummarizeDatabaseInsightResourceUsageTrendAggregationCollection.UsageUnit usageUnit, Long itemDurationInMs, List<ResourceUsageTrendAggregation> usageData)
Deprecated.
-