Options
All
  • Public
  • Public/Protected
  • All
Menu

CPUTopology allows specifying the amount of cores, sockets and threads.

export
interface

V1CPUTopology

Hierarchy

  • V1CPUTopology

Index

Properties

cores?: number

Cores specifies the number of cores inside the vmi. Must be a value greater or equal 1.

memberof

V1CPUTopology

sockets?: number

Sockets specifies the number of sockets inside the vmi. Must be a value greater or equal 1.

memberof

V1CPUTopology

threads?: number

Threads specifies the number of threads inside the vmi. Must be a value greater or equal 1.

memberof

V1CPUTopology

Generated using TypeDoc