Interface nodesLxcStatusCurrentVmStatus

Returned by GET /nodes/{node}/lxc/{vmid}/status/current

Hierarchy

  • nodesLxcStatusCurrentVmStatus

Indexable

[additionalProperties: string]: any

Properties

cpus?: number

Maximum usable CPUs.

ha: any

HA manager service status.

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