LaunchTemplateAcceleratorTotalMemoryMiBArgs

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

The minimum and maximum amount of total accelerator memory, in MiB.

Constructors

fun LaunchTemplateAcceleratorTotalMemoryMiBArgs(max: Output<Int>? = null, min: Output<Int>? = null)

Functions

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

Properties

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

The maximum amount of accelerator memory, in MiB.

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

The minimum amount of accelerator memory, in MiB.