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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_HostedStoragePool 
 6               // ==================================================================
 7                  [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::Device::StorageServices" ), 
 9                   Description ( 
10                      "SystemStoragePool is a specialization of SystemComponent "
11                      "association that establishes that the StoragePool is defined "
12                      "in the context of the System." )]
13               class CIM_HostedStoragePool : CIM_SystemComponent {
14               
15                     [Aggregate, Override ( "GroupComponent" ), 
16                      Min ( 1 ), 
17                      Max ( 1 ), 
18                      Description ( "The parent system in the Association." )]
19                  CIM_System REF GroupComponent;
20               
21                     [Override ( "PartComponent" ), 
22 karl  1.1.2.2        Description ( 
23                         "The StoragePool that is a component of a System." )]
24                  CIM_StoragePool REF PartComponent;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2