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