Disk interface

Describes a disk on the machine

Properties

diskType

The type of the disk.

generatedId

The generated ID of the disk.

id

The ID of the disk.

maxSizeInBytes

The size of the disk, in bytes

name

The name of the disk.

path

The path of the disk.

usedSpaceInBytes

The amount of space used on the disk, in bytes

Property Details

diskType

The type of the disk.

diskType?: string

Property Value

string

generatedId

The generated ID of the disk.

generatedId?: string

Property Value

string

id

The ID of the disk.

id?: string

Property Value

string

maxSizeInBytes

The size of the disk, in bytes

maxSizeInBytes?: number

Property Value

number

name

The name of the disk.

name?: string

Property Value

string

path

The path of the disk.

path?: string

Property Value

string

usedSpaceInBytes

The amount of space used on the disk, in bytes

usedSpaceInBytes?: number

Property Value

number