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

 1 s.manicka 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_RunningOS
 6               // ==================================================================
 7                  [Association, UMLPackagePath ( "CIM::System::OperatingSystem" ),
 8                   Version ( "2.6.0" ), Description (
 9                      "RunningOS indicates the currently executing OperatingSystem. "
10                      "At most one OperatingSystem can execute at any time on a "
11                      "ComputerSystem. 'At most one' is specified, since the Computer "
12                      "System may not be currently booted, or its OperatingSystem may "
13                      "be unknown.")]
14               class CIM_RunningOS : CIM_Dependency {
15               
16                     [Override ( "Antecedent" ), Max ( 1 ), Description (
17                         "The OperatingSystem currently running on the "
18                         "ComputerSystem.")]
19                  CIM_OperatingSystem REF Antecedent;
20               
21                     [Override ( "Dependent" ), Max ( 1 ), Description (
22 s.manicka 1.1           "The ComputerSystem.")]
23                  CIM_ComputerSystem REF Dependent;
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2