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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.10.0" ), 
 3                   UMLPackagePath ( "CIM::Core::Redundancy" ), 
 4                   Description ( 
 5                      "The Spared association indicates an element that is acting as "
 6                      "a replacement for another element. If the Dependent references "
 7                      "a Collection, this indicates that \'spared\' element is a "
 8                      "member of that collection and the actual mapping between the "
 9                      "spare and the spared is un-important." )]
10               class CIM_Spared : CIM_Dependency {
11               
12                     [Override ( "Antecedent" ), 
13                      Description ( 
14                         "A ManagedElement that has replaced/spared another the "
15                         "reference Dependent element." )]
16                  CIM_ManagedElement REF Antecedent;
17               
18                     [Override ( "Dependent" ), 
19                      Description ( 
20                         "The Element or Elements (in the case of a collection) "
21                         "that have been replaced/spared." )]
22 karl  1.1.2.2    CIM_ManagedElement REF Dependent;
23               
24               
25               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2