Package com.oracle.bmc.opsi.model
Class SummarizeExadataInsightResourceUsageAggregation.Builder
- java.lang.Object
 - 
- com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceUsageAggregation.Builder
 
 
- 
- Enclosing class:
 - SummarizeExadataInsightResourceUsageAggregation
 
public static class SummarizeExadataInsightResourceUsageAggregation.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
 
 - 
 
- 
- 
Method Detail
- 
timeIntervalStart
public SummarizeExadataInsightResourceUsageAggregation.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
 timeIntervalStart- the value to set- Returns:
 - this builder
 
 
- 
timeIntervalEnd
public SummarizeExadataInsightResourceUsageAggregation.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
 timeIntervalEnd- the value to set- Returns:
 - this builder
 
 
- 
exadataResourceMetric
public SummarizeExadataInsightResourceUsageAggregation.Builder exadataResourceMetric(SummarizeExadataInsightResourceUsageAggregation.ExadataResourceMetric exadataResourceMetric)
Defines the type of exadata resource metric (example: CPU, STORAGE)- Parameters:
 exadataResourceMetric- the value to set- Returns:
 - this builder
 
 
- 
exadataResourceType
public SummarizeExadataInsightResourceUsageAggregation.Builder exadataResourceType(SummarizeExadataInsightResourceUsageAggregation.ExadataResourceType exadataResourceType)
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)- Parameters:
 exadataResourceType- the value to set- Returns:
 - this builder
 
 
- 
usageUnit
public SummarizeExadataInsightResourceUsageAggregation.Builder usageUnit(SummarizeExadataInsightResourceUsageAggregation.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)- Parameters:
 usageUnit- the value to set- Returns:
 - this builder
 
 
- 
usage
public SummarizeExadataInsightResourceUsageAggregation.Builder usage(Double usage)
Total amount used of the resource metric type (CPU, STORAGE).- Parameters:
 usage- the value to set- Returns:
 - this builder
 
 
- 
capacity
public SummarizeExadataInsightResourceUsageAggregation.Builder capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.- Parameters:
 capacity- the value to set- Returns:
 - this builder
 
 
- 
usageChangePercent
public SummarizeExadataInsightResourceUsageAggregation.Builder usageChangePercent(Double usageChangePercent)
Percentage change in resource usage during the current period calculated using linear regression functions- Parameters:
 usageChangePercent- the value to set- Returns:
 - this builder
 
 
- 
totalHostCapacity
public 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.
- Parameters:
 totalHostCapacity- the value to set- Returns:
 - this builder
 
 
- 
build
public SummarizeExadataInsightResourceUsageAggregation build()
 
- 
copy
public SummarizeExadataInsightResourceUsageAggregation.Builder copy(SummarizeExadataInsightResourceUsageAggregation model)
 
 - 
 
 -