Device\CIM_StorageError.mof.mof (HTML version)

Return to index
CIM_StorageError Superclass: CIM_ManagedElement
StorageError defines blocks of media or memory space that are mapped 'out of use' due to errors. The Key of the class is the StartingAddress of the bytes in error.
Qualifiers:Version ( "2.6.0" ) UMLPackagePath ( "CIM::Device::StorageExtents" )
Parameters (local in grey)
MaxLen ( 64 )
Propagated ( "CIM_StorageExtent.DeviceID" )
Key
string DeviceID ;
The scoping StorageExtent's DeviceID.
MaxLen ( 256 )
Propagated ( "CIM_StorageExtent.CreationClassName" )
Key
string DeviceCreationClassName ;
The scoping StorageExtent's CreationClassName.
MaxLen ( 256 )
Propagated ( "CIM_StorageExtent.SystemCreationClassName" )
Key
string SystemCreationClassName ;
The scoping System's CreationClassName.
MaxLen ( 256 )
Propagated ( "CIM_StorageExtent.SystemName" )
Key
string SystemName ;
The scoping System's Name.
uint64 EndingAddress ;
The ending address of the bytes in error.
Key
uint64 StartingAddress ;
The starting address of the bytes in error.
string ElementName ;
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties.
MaxLen ( 64 )
string Caption ;
The Caption property is a short textual description (one- line string) of the object.
string Description ;
The Description property provides a textual description of the object.