LaunchTemplateVCpuCountArgs

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

The minimum and maximum number of vCPUs.

Constructors

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

Functions

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

Properties

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

The maximum number of vCPUs.

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

The minimum number of vCPUs.