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