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