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

 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_ReplacementSet 
 6           // ==================================================================
 7              [Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Physical::Misc" ), 
 9               Description ( 
10                  "The ReplacementSet class aggregates PhysicalElements that must "
11                  "be \'replaced\' or \'FRUed\' together. For example, when "
12                  "replacing a memory card, the component memory chips could be "
13                  "removed and replaced as well. Or, a set of memory chips may be "
14                  "specified to be replaced or upgraded together using this "
15                  "association." )]
16           class CIM_ReplacementSet : CIM_Collection {
17           
18                 [Key, Description ( 
19                     "Name is a free-form string defining a label for the "
20                     "ReplacementSet. It is the key for the object." ), 
21                  MaxLen ( 256 )]
22 marek 1.1    string Name;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2