EdgeDeviceDisks interface
Represents a storage disk on the device.
Properties
| id | The unique identifier of the disk. |
| is |
Indicates whether the manufacturer is supported. |
| manufacturer | The manufacturer of the disk. |
| model | Model number of the hardware. |
| size |
The size of the disk in bytes. |
| type | The type of the disk. For example, S2D or SAN. |
Property Details
id
The unique identifier of the disk.
id: string
Property Value
string
isSupported
Indicates whether the manufacturer is supported.
isSupported?: boolean
Property Value
boolean
manufacturer
The manufacturer of the disk.
manufacturer?: string
Property Value
string
model
Model number of the hardware.
model?: string
Property Value
string
sizeInBytes
The size of the disk in bytes.
sizeInBytes?: string
Property Value
string
type
The type of the disk. For example, S2D or SAN.
type?: string
Property Value
string