(file) Return to CIM_MediaPresent.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_MediaPresent 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Device::StorageExtents" ), 
 9                   Description ( 
10                      "Where a StorageExtent must be accessed through a MediaAccess "
11                      "Device, this relationship is described by the MediaPresent "
12                      "association." ), 
13                   MappingStrings { "MIF.DMTF|Storage Devices|001.8" }]
14               class CIM_MediaPresent : CIM_Dependency {
15               
16                     [Override ( "Antecedent" ), 
17                      Description ( "The MediaAccessDevice." )]
18                  CIM_MediaAccessDevice REF Antecedent;
19               
20                     [Override ( "Dependent" ), 
21                      Description ( 
22 karl  1.1.2.2           "The StorageExtent accessed using the MediaAccessDevice." )]
23                  CIM_StorageExtent REF Dependent;
24               
25                     [Description ( 
26                         "Boolean indicating that the accessed StorageExtent is "
27                         "fixed in the MediaAccessDevice and can not be ejected." )]
28                  boolean FixedMedia;
29               
30               
31               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2