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

 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_PackageAlarm 
 6           // ==================================================================
 7              [Association, Deprecated { "CIM_PackageDependency" }, 
 8               Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Device::Sensors" ), 
10               Description ( 
11                  "Often, an AlarmDevice is installed as part of a Package, not "
12                  "to indicate issues with any particular LogicalDevice or "
13                  "PhysicalComponent, but with the Package\'s environment in "
14                  "general, its security state or its overall health. The use of "
15                  "this association has been deprecated. Instead, use "
16                  "PackageDependency to describe this relationship." )]
17           class CIM_PackageAlarm : CIM_PackageDependency {
18           
19                 [Deprecated { "CIM_PackageDependency.Antecedent" }, 
20                  Override ( "Antecedent" ), 
21                  Description ( "The AlarmDevice for the Package." )]
22 marek 1.1    CIM_AlarmDevice REF Antecedent;
23           
24                 [Deprecated { "CIM_PackageDependency.Dependent" }, 
25                  Override ( "Dependent" ), 
26                  Description ( 
27                     "The PhysicalPackage whose health, security, environment, "
28                     "etc. is alarmed." )]
29              CIM_PhysicalPackage REF Dependent;
30           
31           
32           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2