(file) Return to CIM_Mount.mof CVS log (file) (dir) Up to [OMI] / omi / share / omischema / CIM-2.32.0 / System

File: [OMI] / omi / share / omischema / CIM-2.32.0 / System / CIM_Mount.mof (download)
Revision: 1.3, Mon Apr 20 17:20:31 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +0 -0 lines
OMI 1.0.8-1

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_Mount 
// ==================================================================
   [Association, Version ( "2.6.0" ), 
    UMLPackagePath ( "CIM::System::FileElements" ), 
    Description ( 
       "An association between a FileSystem and a Directory which "
       "indicates that the Directory is being attached to the "
       "FileSystem. The semantics of this relationship require that "
       "the mounted Directory be contained by a FileSystem (via the "
       "FileStorage association) that is different from the FileSystem "
       "referenced as the Dependent. The Directory\'s containing "
       "FileSystem could be either local or remote. For example, a "
       "LocalFileSystem on a Solaris ComputerSystem can mount a "
       "Directory from the FileSystem accessed via the machine\'s "
       "CDROM drive, i.e., another LocalFile System. On the other "
       "hand, in a \'remote\' case, the Directory is first exported by "
       "its FileSystem, which is hosted on another ComputerSystem "
       "acting (for example) as a file server. In order to distinguish "
       "these two types of Mount, it is recommended that a CIM_Export "
       "association always be defined for the remotely "
       "accessed/mounted Directories." )]
class CIM_Mount : CIM_Dependency {

      [Override ( "Antecedent" ), 
       Max ( 1 ), 
       Description ( "The Directory mounted." )]
   CIM_Directory REF Antecedent;

      [Override ( "Dependent" ), 
       Description ( "The FileSystem the Directory is mounted on." )]
   CIM_FileSystem REF Dependent;


};

ViewCVS 0.9.2