VvpInstanceResourceSpec

data class VvpInstanceResourceSpec(val cpu: Int? = null, val memoryGb: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int? = null

CPU number.

Link copied to clipboard
val memoryGb: Int? = null

Memory size.