MetricsByTime

Contains efficiency metrics for a specific point in time, including an efficiency score, potential savings, optimizable spend, and timestamp.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The estimated savings amount for this time period, representing the potential cost reduction achieved through optimization recommendations.

Link copied to clipboard

The efficiency score for this time period. The score represents a measure of how effectively the cloud resources are being optimized, with higher scores indicating better optimization performance.

Link copied to clipboard

The total spending amount for this time period.

Link copied to clipboard

The timestamp for this data point. The format depends on the granularity: YYYY-MM-DD for daily metrics, or YYYY-MM for monthly metrics.

Functions

Link copied to clipboard
inline fun copy(block: MetricsByTime.Builder.() -> Unit = {}): MetricsByTime
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String