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).
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 build()
Copyright © 2016–2022. All rights reserved.