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

 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_AssociatedAppSystemOverviewStatistics 
 6           // ==================================================================
 7              [Association, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::Application::AppRuntime" ), 
 9               Description ( 
10                  "The link to the runtime overview statistics of an application system."
11                   )]
12           class CIM_AssociatedAppSystemOverviewStatistics : CIM_ElementStatisticalData {
13           
14                 [Override ( "ManagedElement" ), 
15                  Min ( 1 ), 
16                  Max ( 1 ), 
17                  Description ( 
18                     "The application system for which the overview is defined." )]
19              CIM_ApplicationSystem REF ManagedElement;
20           
21                 [Override ( "Stats" ), 
22 marek 1.1        Max ( 1 ), 
23                  Description ( 
24                     "The application system runtime statistical overview." )]
25              CIM_StatisticalRuntimeOverview REF Stats;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2