AcceleratorTotalMemoryMiBRequestArgs

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

Definition of AcceleratorTotalMemoryMiBRequest

Constructors

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

Properties

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

The memory maximum in MiB.

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

The memory minimum in MiB.

Functions

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