Table of Contents

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 = 1

The bus type is ATA.

Atapi = 2

The bus type is ATAPI.

FibreChannel = 3

The bus type is Fibre Channel.

FileBackedVirtual = 4

The bus type is File Backed Virtual.

Ieee1394 = 5

The bus type is IEEE 1394.

Iscsi = 6

The bus type is iSCSI.

Mmc = 7

The bus type is Multimedia Card (MMC).

Nvme = 8

The bus type is NVMe.

Raid = 9

The bus type is RAID.

SD = 14

The bus type is Secure Digital (SD).

Sas = 10

The bus type is SAS.

Sata = 11

The bus type is SATA.

Scm = 13

The bus type is Storage Class Memory (SCM).

Scsi = 12

The bus type is SCSI.

Spaces = 16

The bus type is Storage Spaces.

Ssa = 15

The bus type is SSA.

Ufs = 17

The bus type is Universal Flash Storage (UFS).

Unknown = 0

The bus type is unknown.

Usb = 18

The bus type is USB.

Virtual = 19

The bus type is Virtual.