CoverageHours

How long a running instance either used a reservation or was On-Demand.

Types

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

Properties

Link copied to clipboard

The percentage of instance hours that a reservation covered.

Link copied to clipboard

The number of instance running hours that On-Demand Instances covered.

Link copied to clipboard

The number of instance running hours that reservations covered.

Link copied to clipboard

The total instance usage, in hours.

Functions

Link copied to clipboard
inline fun copy(block: CoverageHours.Builder.() -> Unit = {}): CoverageHours
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