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

 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_Export 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::System::FileElements" ), 
 9                   Description ( 
10                      "An association between a LocalFileSystem and its Directories "
11                      "indicating that the specified Directories are available for "
12                      "mount. When exporting an entire FileSystem, the Directory "
13                      "should reference the topmost directory of the FileSystem." )]
14               class CIM_Export {
15               
16                     [Key, Max ( 1 ), 
17                      Description ( "The LocalFileSystem." )]
18                  CIM_LocalFileSystem REF LocalFS;
19               
20                     [Key, Description ( "The Directory exported for mount." )]
21                  CIM_Directory REF Directory;
22 karl  1.1.2.2 
23                     [Description ( "Name under which the Directory is exported." )]
24                  string ExportedDirectoryName;
25               
26               
27               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2