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

 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_PhysicalMediaInLocation 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Physical::PhysicalMedia" ), 
 9               Description ( 
10                  "Within a StorageLibrary, all Media should be accounted for, "
11                  "and be present in some Storage Location. This relationship is "
12                  "made explicit by the PhysicalMediaInLocation association. In "
13                  "addition, one can determine if a Location is empty or full "
14                  "based on whether this association exists for the "
15                  "StorageMediaLocation." )]
16           class CIM_PhysicalMediaInLocation : CIM_Dependency {
17           
18                 [Override ( "Antecedent" ), 
19                  Max ( 1 ), 
20                  Description ( 
21                     "The StorageMediaLocation which holds the PhysicalMedia." )]
22 marek 1.1    CIM_StorageMediaLocation REF Antecedent;
23           
24                 [Override ( "Dependent" ), 
25                  Description ( "The Media in the Location." )]
26              CIM_PhysicalMedia REF Dependent;
27           
28                 [Description ( 
29                     "An enumeration expressing which \'Side\' of the Media is "
30                     "facing up. Since sides can be named by various schemes "
31                     "(0/1 or A/B), both schemes are expressed in the Values "
32                     "array of this property. Also, the value 5 (\"Not "
33                     "Applicable\" describes that orientation is not pertinent "
34                     "for this Media." ), 
35                  ValueMap { "0", "1", "2", "3", "4", "5" }, 
36                  Values { "Unknown", "Side 0", "Side 1", "Side A", "Side B", 
37                     "Not Applicable" }]
38              uint16 Orientation;
39           
40                 [Description ( 
41                     "The date and time that the Media was last placed into "
42                     "the referenced Location." )]
43 marek 1.1    datetime TimeOfLastPlacement;
44           
45           
46           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2