UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 365 B
import { HardwareRaidDiskGroup } from './HardwareRaidDiskGroup'; /** RAID controller configuration */ export interface HardwareRaidController { /** Connected disk type */ disks: HardwareRaidDiskGroup[]; /** Raid controler model */ model: string; /** Raid controler type */ type: string; } //# sourceMappingURL=HardwareRaidController.d.ts.map