Class CIM_RAIDDiagnosticSettingData
extends CIM_DiagnosticSettingData

This class defines the permissible settings that can be used for RAID controller diagnostic tests.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_DiagnosticSettingData
   |
   +--CIM_RAIDDiagnosticSettingData

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class defines the permissible settings that can be used for RAID controller diagnostic tests.
Experimentalbooleantrue
UMLPackagePathstringCIM::System::Diagnostics
Versionstring2.30.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
LBAEnduint64
DescriptionstringThis property is used by a client to specify the end of a region to be tested. If LBAEnd is NULL, then the default value is the number of the last disk sector. If multiple target HDDs are selected, then the same end address is used for each.
ModelCorrespondencestringCIM_RAIDDiagnosticServiceCapabilities.RegionSupported
LBAStartuint64
DescriptionstringThis property is used by a client to specify the start of a region to be tested. If LBAStart is NULL, then the default value of 0 is used. If multiple target HDDs are selected, then the same start address is used for each.
ModelCorrespondencestringCIM_RAIDDiagnosticServiceCapabilities.RegionSupported
Seeduint32
DescriptionstringThis property is used by a client to specify the seed that initiates the random number sequence used by the test. In order to replicate the same random number sequence for successive tests, one should use the same seed value. If this property is NULL, then the diagnostic randomly selects its own seed using a vendor-specific algorithm. If multiple target HDDs are selected, then the same seed is used for each.
ModelCorrespondencestringCIM_RAIDDiagnosticServiceCapabilities.SeedSupported
TargetHDDsstring[]
DescriptionstringThis array property is used by a client to specify the HDDs managed by the RAID controller to be tested. If this property is NULL, then all HDDs are tested. Otherwise, the value of each array entry shall be the value of the DeviceID property for the corresponding CIM_DiskDrive instance to be tested.
ModelCorrespondencestringCIM_RAIDDiagnosticServiceCapabilities.TargetHDDsSupported, CIM_DiskDrive.DeviceID

Inherited Properties

NameData Type
Captionstring
ChangeableTypeuint16
ConfigurationNamestring
Descriptionstring
ElementNamestring
Generationuint64
HaltOnErrorboolean
InstanceIDstring
NonDestructiveboolean
PercentOfTestCoverageuint8
QueryTimeoutuint32
QuickModeboolean
ResultPersistenceuint32
SoIDstring
SoOrgIDstring
ComponentSettingstring[]
LogOptionsuint16[]
LogStorageuint16[]
LoopControluint16[]
LoopControlParameterstring[]
OtherLogOptionsDescriptionsstring[]
OtherLogStorageDescriptionsstring[]
OtherLoopControlDescriptionsstring[]
VerbosityLeveluint16[]

Class Methods