set

@JvmName(name = "setCpu")
operator fun DslList<CpuInfo, MachineCpuInfoKt.Dsl.CpuProxy>.set(index: Int, value: CpuInfo)
Information about each CPU on this machine.

repeated .elide.machine.CpuInfo cpu = 3;

Parameters

index

The index to set the value at.

value

The cpu to set.