VvpInstanceResourceSpecArgs

data class VvpInstanceResourceSpecArgs(val cpu: Output<Int>? = null, val memoryGb: Output<Int>? = null) : ConvertibleToJava<VvpInstanceResourceSpecArgs>

Constructors

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

Properties

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

CPU number.

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

Memory size.

Functions

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