Enum DiskDriveBusType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the bus type for a disk drive.
public enum DiskDriveBusType
Fields
Ata = 3
The bus type is ATA (IDE).
Atapi = 2
The bus type is ATAPI.
FibreChannel = 6
The bus type is fibre channel.
FileBackedVirtual = 15
The bus type is file backed virtual.
Ieee1394 = 4
The bus type is IEEE 1394.
Iscsi = 9
The bus type is iSCSI.
Mmc = 13
The bus type is Multimedia Card (MMC).
Nvme = 17
The bus type is NVMe.
Raid = 8
The bus type is RAID.
SD = 12
The bus type is Secure Digital (SD).
Sas = 10
The bus type is Serial Attached SCSI (SAS).
Sata = 11
The bus type is Serial ATA (SATA).
Scsi = 1
The bus type is SCSI.
Spaces = 16
The bus type is Storage Spaces.
Ssa = 5
The bus type is Serial Storage Architecture (SSA).
Unknown = 0
The bus type is unknown.
Usb = 7
The bus type is USB.
Virtual = 14
The bus type is virtual.