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

 1 marek 1.1 // 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_BootOSFromFS 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::System::OperatingSystem" ), 
 9               Description ( 
10                  "A link between the OperatingSystem and the FileSystem(s) from "
11                  "which this OperatingSystem is loaded. The association is many- "
12                  "to-many since a Distributed OS could depend on several File "
13                  "Systems in order to correctly and completely load." )]
14           class CIM_BootOSFromFS : CIM_Dependency {
15           
16                 [Override ( "Antecedent" ), 
17                  Description ( 
18                     "The FileSystem from which the OperatingSystem is loaded." )]
19              CIM_FileSystem REF Antecedent;
20           
21                 [Override ( "Dependent" ), 
22 marek 1.1        Description ( "The OperatingSystem." )]
23              CIM_OperatingSystem REF Dependent;
24           
25           
26           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2