(file) Return to CIM_CollectionConfiguration.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               // <change cr="DMTFCR01378.002" type ="deprecate">Deprecate
 3               // class.</change>
 4               // <change cr="SysDevCR00728.000" type ="change">Update of
 5               // descriptions based on Tech Edit review.</change>
 6               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 7               // qualifier values to CIM Schema.</change>
 8               // ==================================================================
 9               //  CIM_CollectionConfiguration
10               // ==================================================================
11                  [Association, Deprecated { "CIM_ElementSettingData", 
12                      "CIM_CollectionSetting" }, 
13                   Version ( "2.10.0" ), 
14                   UMLPackagePath ( "CIM::Core::Settings" ), 
15                   Description ( 
16                      "Note: The Configuration class is being deprecated in lieu of "
17                      "using a ConcreteComponent relationship to indicate a hierarchy "
18                      "of instances of Setting or SettingData. This relationship "
19                      "allows the reuse of the collection-to-Setting and "
20                      "element-to-SettingData associations instead of defining peer "
21                      "associations specifically for Configurations. \n"
22 karl  1.1.2.2        "Deprecated description: This association relates a "
23                      "Configuration object to one or more CollectionOfMSEs objects. "
24                      "The Configuration object represents a certain behavior or a "
25                      "desired functional state for the associated Collection." )]
26               class CIM_CollectionConfiguration {
27               
28                     [Deprecated { "CIM_ElementSettingData.ManagedElement", 
29                         "CIM_CollectionSetting.Collection" }, 
30                      Key, Description ( 
31                         "Note: The use of this element is deprecated. Deprecated "
32                         "description: The CollectionOfMSEs." )]
33                  CIM_CollectionOfMSEs REF Collection;
34               
35                     [Deprecated { "CIM_ElementSettingData.SettingData", 
36                         "CIM_CollectionSetting.Setting" }, 
37                      Key, Description ( 
38                         "Note: The use of this element is deprecated. Deprecated "
39                         "description: The Configuration object that groups the "
40                         "Settings and dependencies that are associated with the "
41                         "Collection." )]
42                  CIM_Configuration REF Configuration;
43 karl  1.1.2.2 
44               
45               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2