Interface nodesLxcVm

Returned by GET /nodes/{node}/lxc

Hierarchy

  • nodesLxcVm

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.

maxswap?: number

Maximum SWAP memory in bytes.

name?: string

Container name.

status: string

LXC Container status.

tags?: string

The current configured tags, if any.

uptime?: number

Uptime.

vmid: number

The (unique) ID of the VM.

Generated using TypeDoc