public static class SummarizeExadataInsightResourceUsageAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
public SummarizeExadataInsightResourceUsageAggregation.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder exadataResourceMetric(SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric exadataResourceMetric)
Defines the type of exadata resource metric (example: CPU, STORAGE)
exadataResourceMetric
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder exadataResourceType(SummarizeExadataInsightResourceUsageAggregation.ExadataResourceType exadataResourceType)
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
exadataResourceType
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder usageUnit(SummarizeExadataInsightResourceUsageAggregation.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)
usageUnit
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder usage(Double usage)
Total amount used of the resource metric type (CPU, STORAGE).
usage
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.
capacity
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder usageChangePercent(Double usageChangePercent)
Percentage change in resource usage during the current period calculated using linear regression functions
usageChangePercent
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation.Builder totalHostCapacity(Double totalHostCapacity)
The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases.
totalHostCapacity
- the value to setpublic SummarizeExadataInsightResourceUsageAggregation build()
Copyright © 2016–2024. All rights reserved.