(file) Return to CIM_StorageDefect.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3           // qualifier values to CIM Schema.</change>
 4           // ==================================================================
 5           //  CIM_StorageDefect 
 6           // ==================================================================
 7              [Association, Aggregation, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9               Description ( 
10                  "The StorageDefect aggregation collects the StorageErrors for a "
11                  "StorageExtent." )]
12           class CIM_StorageDefect {
13           
14                 [Key, Aggregate, Min ( 1 ), 
15                  Max ( 1 ), 
16                  Description ( 
17                     "The Extent reference defines the StorageExtent on which "
18                     "the errors occurred." )]
19              CIM_StorageExtent REF Extent;
20           
21                 [Key, Weak, Description ( 
22 marek 1.1           "Error references the Error object, defining the starting "
23                     "and ending addresses that are \'mapped out\' of the "
24                     "Storage Extent." )]
25              CIM_StorageError REF Error;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2