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 = 3The bus type is ATA (IDE).
Atapi = 2The bus type is ATAPI.
FibreChannel = 6The bus type is fibre channel.
FileBackedVirtual = 15The bus type is file backed virtual.
Ieee1394 = 4The bus type is IEEE 1394.
Iscsi = 9The bus type is iSCSI.
Mmc = 13The bus type is Multimedia Card (MMC).
Nvme = 17The bus type is NVMe.
Raid = 8The bus type is RAID.
SD = 12The bus type is Secure Digital (SD).
Sas = 10The bus type is Serial Attached SCSI (SAS).
Sata = 11The bus type is Serial ATA (SATA).
Scsi = 1The bus type is SCSI.
Spaces = 16The bus type is Storage Spaces.
Ssa = 5The bus type is Serial Storage Architecture (SSA).
Unknown = 0The bus type is unknown.
Usb = 7The bus type is USB.
Virtual = 14The bus type is virtual.