Enum MicrosoftFailoverClusterDiskBusType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the bus type of a Microsoft failover cluster disk.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterDiskBusType
Fields
Ata = 1The bus type is ATA.
Atapi = 2The bus type is ATAPI.
FibreChannel = 3The bus type is Fibre Channel.
FileBackedVirtual = 4The bus type is File Backed Virtual.
Ieee1394 = 5The bus type is IEEE 1394.
Iscsi = 6The bus type is iSCSI.
Mmc = 7The bus type is Multimedia Card (MMC).
Nvme = 8The bus type is NVMe.
Raid = 9The bus type is RAID.
SD = 14The bus type is Secure Digital (SD).
Sas = 10The bus type is SAS.
Sata = 11The bus type is SATA.
Scm = 13The bus type is Storage Class Memory (SCM).
Scsi = 12The bus type is SCSI.
Spaces = 16The bus type is Storage Spaces.
Ssa = 15The bus type is SSA.
Ufs = 17The bus type is Universal Flash Storage (UFS).
Unknown = 0The bus type is unknown.
Usb = 18The bus type is USB.
Virtual = 19The bus type is Virtual.