Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 588 Bytes

BlockDevicesBlockDevices.md

File metadata and controls

23 lines (13 loc) · 588 Bytes

Onepanel.BlockDevicesBlockDevices

Properties

Name Type Description Notes
type String Device type, as returned by lsblk. [optional]
host String Host on which the device is available.
path String
size Number Device size in bytes.
mounted Boolean Result of heuristic attempt to detect whether a device or any of its children is mounted.

Enum: TypeEnum

  • disk (value: "disk")

  • part (value: "part")