interface Disk {
    capacity: number;
    type: ServerDiskType;
}

Properties

Properties

capacity: number

Capacity of the disk.

Type of the disk.