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

 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_HostedFileSystem 
 6               // ==================================================================
 7                  [Association, Aggregation, Composition, Version ( "2.7.0" ), 
 8                   UMLPackagePath ( "CIM::System::FileElements" ), 
 9                   Description ( 
10                      "A link between the System (such as a Computer or Application "
11                      "System) and the FileSystem that is a part of it." )]
12               class CIM_HostedFileSystem : CIM_SystemComponent {
13               
14                     [Aggregate, Override ( "GroupComponent" ), 
15                      Min ( 1 ), 
16                      Max ( 1 ), 
17                      Description ( "The System that hosts the FileSystem." )]
18                  CIM_System REF GroupComponent;
19               
20                     [Override ( "PartComponent" ), 
21                      Weak, Description ( 
22 karl  1.1.2.2           "The FileSystem that is part of the System and hosted on it."
23                          )]
24                  CIM_FileSystem REF PartComponent;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2