(file) Return to CIM_HomeForMedia.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_HomeForMedia 
 6           // ==================================================================
 7              [Association, Version ( "2.6.0" ), 
 8               UMLPackagePath ( "CIM::Physical::PhysicalMedia" ), 
 9               Description ( 
10                  "In a StorageLibrary or repository for PhysicalMedia, it is "
11                  "reasonable that a specific Media always be placed in a "
12                  "specific Location (rather than anywhere in the repository/ "
13                  "Library). The default location for a PhysicalMedia is called "
14                  "its \'home\'. This information is expressed by the "
15                  "HomeForMedia dependency association. (Note that a "
16                  "PhysicalMedia can have at most one \'home\', and a "
17                  "StorageMediaLocation can be \'home\' to at most one Media.)" )]
18           class CIM_HomeForMedia : CIM_Dependency {
19           
20                 [Override ( "Antecedent" ), 
21                  Max ( 1 ), 
22 marek 1.1        Description ( 
23                     "The Location that is \'home\' to a piece of PhysicalMedia."
24                      )]
25              CIM_StorageMediaLocation REF Antecedent;
26           
27                 [Override ( "Dependent" ), 
28                  Max ( 1 ), 
29                  Description ( 
30                     "The PhysicalMedia whose \'home\' or default Location is defined."
31                      )]
32              CIM_PhysicalMedia REF Dependent;
33           
34           
35           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2