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

 1 karl  1.1.2.2 // Copyright (c) 2009 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.22.0" ), 
 3                   UMLPackagePath ( "CIM::Core::Settings" ), 
 4                   Description ( 
 5                      "SettingsDefineState is used to associate an instance of "
 6                      "SettingData with an instance of ManagedElement. This "
 7                      "association indicates that the SettingData instance provides "
 8                      "additional information about the Current State of the "
 9                      "associated ManagedElement. State is broadly defined to include "
10                      "the configuration, status, capabilities, and other information "
11                      "of an instance. \n"
12                      "Use of the same instance of SettingData to represent more than "
13                      "one of Current State (SettingsDefineState) and Desired State "
14                      "(ElementSettingData) and Possible State "
15                      "(SettingsDefineCapabilities) for a ManagedElement is not "
16                      "recommended." )]
17               class CIM_SettingsDefineState {
18               
19                     [Key, Description ( "The managed element." )]
20                  CIM_ManagedElement REF ManagedElement;
21               
22 karl  1.1.2.2       [Key, Description ( 
23                         "The SettingData object that provides additional "
24                         "information about the current state and configuration of "
25                         "the ManagedElement." )]
26                  CIM_SettingData REF SettingData;
27               
28               
29               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2