LaunchTemplateMemoryGiBPerVCpuArgs

data class LaunchTemplateMemoryGiBPerVCpuArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<LaunchTemplateMemoryGiBPerVCpuArgs>

The minimum and maximum amount of memory per vCPU, in GiB.

Constructors

Link copied to clipboard
fun LaunchTemplateMemoryGiBPerVCpuArgs(max: Output<Double>? = null, min: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateMemoryGiBPerVCpuArgs

Properties

Link copied to clipboard
val max: Output<Double>? = null

The maximum amount of memory per vCPU, in GiB.

Link copied to clipboard
val min: Output<Double>? = null

TThe minimum amount of memory per vCPU, in GiB.