InstanceHardwareArgs

data class InstanceHardwareArgs(val cpuCount: Output<Int>? = null, val disks: Output<List<InstanceDiskArgs>>? = null, val ramSizeInGb: Output<Int>? = null) : ConvertibleToJava<InstanceHardwareArgs>

Hardware of the Instance.

Constructors

Link copied to clipboard
constructor(cpuCount: Output<Int>? = null, disks: Output<List<InstanceDiskArgs>>? = null, ramSizeInGb: Output<Int>? = null)

Properties

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

CPU count of the Instance.

Link copied to clipboard
val disks: Output<List<InstanceDiskArgs>>? = null

Disks attached to the Instance.

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

RAM Size of the Instance.

Functions

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