MemoryMibRequest

The minimum and maximum amount of memory in mebibytes (MiB) for instance type selection. This ensures that selected instance types have adequate memory for your workloads.

Types

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

Properties

Link copied to clipboard
val max: Int?

The maximum amount of memory in MiB. Instance types with more memory than this value are excluded from selection.

Link copied to clipboard
val min: Int

The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.

Functions

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