VCpuCountRangeRequest

The minimum and maximum number of vCPUs for instance type selection. This allows you to specify a range of vCPU counts that meet your workload requirements.

Types

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

Properties

Link copied to clipboard
val max: Int?

The maximum number of vCPUs. Instance types with more vCPUs than this value are excluded from selection.

Link copied to clipboard
val min: Int

The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.

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