Interface nodesQemuVm

Returned by GET /nodes/{node}/qemu

Hierarchy

  • nodesQemuVm

Indexable

[additionalProperties: string]: any

Properties

cpus?: number

Maximum usable CPUs.

lock?: string

The current config lock, if any.

maxdisk?: number

Root disk size in bytes.

maxmem?: number

Maximum memory in bytes.

name?: string

VM name.

pid?: number

PID of running qemu process.

qmpstatus?: string

Qemu QMP agent status.

running-machine?: string

The currently running machine type (if running).

running-qemu?: string

The currently running QEMU version (if running).

status: string

Qemu process status.

tags?: string

The current configured tags, if any

uptime?: number

Uptime.

vmid: number

The (unique) ID of the VM.

Generated using TypeDoc