Package com.oracle.bmc.opsi.model
Class ExadataInsightResourceCapacityTrendAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.ExadataInsightResourceCapacityTrendAggregation.Builder
-
- Enclosing class:
- ExadataInsightResourceCapacityTrendAggregation
public static class ExadataInsightResourceCapacityTrendAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadataInsightResourceCapacityTrendAggregation
build()
ExadataInsightResourceCapacityTrendAggregation.Builder
capacity(Double capacity)
The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases.ExadataInsightResourceCapacityTrendAggregation.Builder
copy(ExadataInsightResourceCapacityTrendAggregation model)
ExadataInsightResourceCapacityTrendAggregation.Builder
endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.ExadataInsightResourceCapacityTrendAggregation.Builder
totalHostCapacity(Double totalHostCapacity)
The maximum host CPUs (cores x threads/core) on the underlying infrastructure.
-
-
-
Method Detail
-
endTimestamp
public ExadataInsightResourceCapacityTrendAggregation.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.- Parameters:
endTimestamp
- the value to set- Returns:
- this builder
-
capacity
public ExadataInsightResourceCapacityTrendAggregation.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
-
totalHostCapacity
public ExadataInsightResourceCapacityTrendAggregation.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 ExadataInsightResourceCapacityTrendAggregation build()
-
copy
public ExadataInsightResourceCapacityTrendAggregation.Builder copy(ExadataInsightResourceCapacityTrendAggregation model)
-
-