E_RAIDType
TYPE E_RAIDType :
(
eRAID_TYPE_NONE := 0,
eRAID_TYPE_0 := 1,
eRAID_TYPE_1 := 2,
eRAID_TYPE_10 := 3,
eRAID_TYPE_5 := 4,
eRAID_TYPE_15 := 5,
eRAID_TYPE_OTHER := 255
);
END_TYPE
0 = eRAID_TYPE_NONE, indicates the RAID set is composed of a single drive. No Set with the given number exists.
1 = eRAID_TYPE_0, indicates the RAID set is a striped set, with no fault tolerance.
2 = eRAID_TYPE_1, indicates the RAID set is a mirrored set.
3 = eRAID_TYPE_10, indicates the RAID set is a striped mirror set.
4 = eRAID_TYPE_5, indicates the RAID set is a parity set.
5 = eRAID_TYPE_15, indicates the RAID set is an advanced parity set.
255 = eRAID_TYPE_OTHER, indicates the RAID set type configuration does not match the standard types.