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

 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_DoorAccessToDevice 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Device::UserDevices" ), 
 9                   Description ( 
10                      "Doors provide access to PhysicalElements for hot swap, repair "
11                      "and similar activities. In turn, PhysicalElements \'Realize\' "
12                      "LogicalDevices. Since it may not be possible to define all the "
13                      "PhysicalElements that exist, and optimizing the retrieval of "
14                      "Devices \'behind\' the Door may be desirable, the DoorAccessTo "
15                      "Device association provides a shortcut mechanism for defining "
16                      "the LogicalDevices (\'hardware\') accessed through a Door." )]
17               class CIM_DoorAccessToDevice : CIM_Dependency {
18               
19                     [Override ( "Antecedent" ), 
20                      Description ( "The Door that provides access." )]
21                  CIM_Door REF Antecedent;
22 karl  1.1.2.2 
23                     [Override ( "Dependent" ), 
24                      Description ( "The LogicalDevice that is accessed." )]
25                  CIM_LogicalDevice REF Dependent;
26               
27               
28               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2