QuoteCapacity

A capacity requirement for a quote. Specifies the type of capacity, the unit, and the quantity.

Types

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

Properties

Link copied to clipboard

The quantity of the specified capacity unit. For Amazon EC2, this is the number of additional instances to add to the Outpost. For Amazon EBS and Amazon S3, this is the total desired end-state capacity of the Outpost.

Link copied to clipboard

The type of capacity. Valid values are EC2, EBS, and S3.

Link copied to clipboard
val unit: String?

The unit of measurement for the capacity. For Amazon EC2, this is the instance type (for example, c5.24xlarge). For Amazon EBS and Amazon S3, this is the storage unit (for example, TiB for tebibytes).

Functions

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