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

 1 marek 1.1 // 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_ConfigurationForSystem
10           // ==================================================================
11              [Association, Deprecated { "CIM_ScopedSetting", 
12                  "CIM_SettingForSystem" }, 
13               Version ( "2.10.0" ), 
14               UMLPackagePath ( "CIM::Core::Settings" ), 
15               Description ( 
16                  "Note: The use of this element is deprecated. Deprecated "
17                  "description: CIM_ConfigurationForSystem defines a "
18                  "Configuration in the context of the System on which it is "
19                  "located. Because the Configuration class is deprecated, this "
20                  "association is similarly deprecated." )]
21           class CIM_ConfigurationForSystem : CIM_HostedDependency {
22 marek 1.1 
23                 [Deprecated { "CIM_ScopedSetting.Antecedent", 
24                     "CIM_SettingForSystem.Antecedent" }, 
25                  Override ( "Antecedent" ), 
26                  Min ( 1 ), 
27                  Max ( 1 ), 
28                  Description ( 
29                     "Note: The use of this element is deprecated. Deprecated "
30                     "description: The hosting System." )]
31              CIM_System REF Antecedent;
32           
33                 [Deprecated { "CIM_ScopedSetting.Dependent", 
34                     "CIM_SettingForSystem.Dependent" }, 
35                  Override ( "Dependent" ), 
36                  Weak, Description ( 
37                     "Note: The use of this element is deprecated. The "
38                     "Configuration that is defined for the System." )]
39              CIM_SystemConfiguration REF Dependent;
40           
41           
42           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2