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
constructor(max: Output<Double>? = null, min: Output<Double>? = null)

Properties

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

The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.

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

The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.

Functions

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