cim_mount.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 35 行
MOF
35 行
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_Mount// ================================================================== [Association, UMLPackagePath ( "CIM::System::FileElements" ), Version ( "2.6.0" ), 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;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?