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 TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
HaltOnErrorbooleanCIM_DiagnosticSettingData
InstanceIDstringCIM_SettingData
NonDestructivebooleanCIM_DiagnosticSettingData
PercentOfTestCoverageuint8CIM_DiagnosticSettingData
QueryTimeoutuint32CIM_DiagnosticSettingData
QuickModebooleanCIM_DiagnosticSettingData
ResultPersistenceuint32CIM_DiagnosticSettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData
LogOptionsuint16[]CIM_DiagnosticSettingData
LogStorageuint16[]CIM_DiagnosticSettingData
LoopControluint16[]CIM_DiagnosticSettingData
LoopControlParameterstring[]CIM_DiagnosticSettingData
OtherLogOptionsDescriptionsstring[]CIM_DiagnosticSettingData
OtherLogStorageDescriptionsstring[]CIM_DiagnosticSettingData
OtherLoopControlDescriptionsstring[]CIM_DiagnosticSettingData
VerbosityLeveluint16[]CIM_DiagnosticSettingData

Class Methods