Instance Hardware Args
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)