CreateWorkloadEstimateResponse

Mixin for common fields returned by CRUD APIs

Types

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

Properties

Link copied to clipboard

The currency of the estimated cost.

Link copied to clipboard

The timestamp when the workload estimate was created.

Link copied to clipboard

The timestamp when the workload estimate will expire.

Link copied to clipboard

An error message if the workload estimate creation failed.

Link copied to clipboard
val id: String

The unique identifier for the created workload estimate.

Link copied to clipboard
val name: String?

The name of the created workload estimate.

Link copied to clipboard

The timestamp of the pricing rates used for the estimate.

Link copied to clipboard

The type of pricing rates used for the estimate.

Link copied to clipboard

The current status of the workload estimate.

Link copied to clipboard

The total estimated cost for the workload.

Functions

Link copied to clipboard
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