public static class ExadataInsightResourceCapacityTrendAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ExadataInsightResourceCapacityTrendAggregation.Builder endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
endTimestamp
- the value to setpublic ExadataInsightResourceCapacityTrendAggregation.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 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.
totalHostCapacity
- the value to setpublic ExadataInsightResourceCapacityTrendAggregation build()
public ExadataInsightResourceCapacityTrendAggregation.Builder copy(ExadataInsightResourceCapacityTrendAggregation model)
Copyright © 2016–2024. All rights reserved.