Interface nodesStorageContentInfo

Returned by GET /nodes/{node}/storage/{storage}/content/{volume}

Hierarchy

  • nodesStorageContentInfo

Indexable

[additionalProperties: string]: any

Properties

format: string

Format identifier ('raw', 'qcow2', 'subvol', 'iso', 'tgz' ...)

notes?: string

Optional notes.

path: string

The Path

protected?: boolean

Protection status. Currently only supported for backups.

size: number

Volume size in bytes.

used: number

Used space. Please note that most storage plugins do not report anything useful here.

Generated using TypeDoc