Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric |
SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric.create(String key) |
SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric |
SummarizeExadataInsightResourceUsageAggregation.getExadataResourceMetric()
Defines the type of exadata resource metric (example: CPU, STORAGE)
|
static SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric |
SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric[] |
SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeExadataInsightResourceUsageAggregation.Builder |
SummarizeExadataInsightResourceUsageAggregation.Builder.exadataResourceMetric(SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric exadataResourceMetric)
Defines the type of exadata resource metric (example: CPU, STORAGE)
|
Constructor and Description |
---|
SummarizeExadataInsightResourceUsageAggregation(Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric exadataResourceMetric,
SummarizeExadataInsightResourceUsageAggregation.ExadataResourceType exadataResourceType,
SummarizeExadataInsightResourceUsageAggregation.UsageUnit usageUnit,
Double usage,
Double capacity,
Double usageChangePercent,
Double totalHostCapacity)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.