Interface nodesStorageIndex

Returned by GET /nodes/{node}/storage

Hierarchy

  • nodesStorageIndex

Indexable

[additionalProperties: string]: any

Properties

active?: boolean

Set when storage is accessible.

avail?: number

Available storage space in bytes.

content: string

Allowed storage content types.

enabled?: boolean

Set when storage is enabled (not disabled).

shared?: boolean

Shared flag from storage configuration.

storage: string

The storage identifier.

total?: number

Total storage space in bytes.

type: string

Storage type.

used?: number

Used storage space in bytes.

used_fraction?: number

Used fraction (used/total).

Generated using TypeDoc