E_RAIDDriveUsage

TYPE E_RAIDDriveUsage :
(
eRAID_DRIVE_CONFIG_NOT_USED     := 0,
eRAID_DRIVE_CONFIG_MEMBER       := 1,
eRAID_DRIVE_CONFIG_SPARE        := 2
);
END_TYPE

0 = eRAID_DRIVE_CONFIG_NOT_USED, indicates the physical drive is not part of a RAID set.

1 = eRAID_DRIVE_CONFIG_MEMBER, indicates the physical drive is part of this RAID set.

2 = eRAID_DRIVE_CONFIG_SPARE, indicates the physical drive is part of this RAID set as a hot swap spare.