(file) Return to CIM_LibraryExchange.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_LibraryExchange 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Device::StorageLib" ), 
 9                   Description ( 
10                      "LibraryExchange indicates that two StorageLibraries are "
11                      "connected through their InterLibraryPorts." )]
12               class CIM_LibraryExchange : CIM_Dependency {
13               
14                     [Override ( "Antecedent" ), 
15                      Description ( "The InterLibraryPort of one StorageLibrary." )]
16                  CIM_InterLibraryPort REF Antecedent;
17               
18                     [Override ( "Dependent" ), 
19                      Description ( 
20                         "The InterLibraryPort of the connected Library." )]
21                  CIM_InterLibraryPort REF Dependent;
22 karl  1.1.2.2 
23                     [Description ( 
24                         "Enumeration indicating whether the Antecedent (value=1), "
25                         "Dependent (value=2), or neither Library (value=3) "
26                         "currently has access to the Port." ), 
27                      ValueMap { "0", "1", "2", "3" }, 
28                      Values { "Unknown", "Antecedent", "Dependent", "Neither" }]
29                  uint16 CurrentlyAccessingPort;
30               
31               
32               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2