(file) Return to CIM_SettingAssociatedToCapabilities.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.11.0" ), 
 3                   UMLPackagePath ( "CIM::System::FilesystemServices" ), 
 4                   Description ( 
 5                      "This association defines settings that can be used to create "
 6                      "or modify elements. Unlike ElementSettingData, these settings "
 7                      "are not used to express the characteristics of existing "
 8                      "managed elements. \n"
 9                      "Typically, the capabilities associated with this class define "
10                      "the characteristics of a service in creating or modifying "
11                      "elements that are dependent on the service directly or "
12                      "indirectly. A CIM Client may use this association to find "
13                      "SettingData instances that can be used to create or modify "
14                      "these dependent elements." )]
15               class CIM_SettingAssociatedToCapabilities : CIM_Dependency {
16               
17                     [Override ( "Antecedent" ), 
18                      Description ( "The Capabilities." )]
19                  CIM_Capabilities REF Antecedent;
20               
21                     [Override ( "Dependent" ), 
22 karl  1.1.2.2        Description ( "The Setting." )]
23                  CIM_SettingData REF Dependent;
24               
25                     [Required, Description ( 
26                         "If an element whose characteristics are described by the "
27                         "associated Capabilities instance has a dependent element "
28                         "created or modified without specifying an associated "
29                         "SettingData instance, then the default SettingData will "
30                         "be used in that operation." )]
31                  boolean DefaultSetting = false;
32               
33               
34               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2