interface ListServerDisksResponse {
    disks: ServerDisk[];
    totalCount: number;
}

Properties

Properties

disks: ServerDisk[]

Server disks that match filters.

totalCount: number

Total count of matching server disks.