Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static ProjectedDataItem.Builder |
ProjectedDataItem.builder()
Create a new builder.
|
ProjectedDataItem.Builder |
ProjectedDataItem.Builder.copy(ProjectedDataItem model) |
ProjectedDataItem.Builder |
ProjectedDataItem.Builder.endTimestamp(Date endTimestamp)
The timestamp in which the current sampling period ends in RFC 3339 format.
|
ProjectedDataItem.Builder |
ProjectedDataItem.Builder.highValue(Double highValue)
Upper uncertainty bound of the current usage value.
|
ProjectedDataItem.Builder |
ProjectedDataItem.Builder.lowValue(Double lowValue)
Lower uncertainty bound of the current usage value.
|
ProjectedDataItem.Builder |
ProjectedDataItem.toBuilder() |
ProjectedDataItem.Builder |
ProjectedDataItem.Builder.usage(Double usage)
Total amount used of the resource metric type (CPU, STORAGE).
|
Copyright © 2016–2024. All rights reserved.