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

 1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
 2              [Association, Version ( "2.11.0" ), 
 3               UMLPackagePath ( "CIM::Device::StorageServices" ), 
 4               Description ( 
 5                  "This association define StorageSettings that reflect the "
 6                  "capabilities of the associated StorageCapabilities. The "
 7                  "associated StorageSetting may not define the operational "
 8                  "characteristics (through settings properties) of any storage "
 9                  "element. Certain StorageSetting instances can be defined as "
10                  "\"Fixed = Not Changeable\" by using the \"ChangeableType\" "
11                  "attribute. \"Fixed\" settings have this special association. "
12                  "This association should be defined between \"Fixed - Not "
13                  "Changeable\" instances of StorageSetting with the "
14                  "StorageCapabilities instances that are associated with the "
15                  "StoragePools which support the storage characteristics "
16                  "described by the StorageSetting instance. \n"
17                  "Fixed settings may be associated to many StorageCapabilities." )]
18           class CIM_StorageSettingsAssociatedToCapabilities : CIM_SettingAssociatedToCapabilities {
19           
20                 [Override ( "Antecedent" ), 
21                  Description ( "The StorageCapabilities." )]
22 marek 1.1    CIM_StorageCapabilities REF Antecedent;
23           
24                 [Override ( "Dependent" ), 
25                  Description ( "The fixed and predefined StorageSetting." )]
26              CIM_StorageSetting REF Dependent;
27           
28           
29           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2