CIM_Export class
The CIM_Export class represents an association between a local file system and its directories, which indicate that the specified directories are available for mount. When exporting an entire file system, the directory should reference the topmost directory of the file system.
Důležité
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
[Abstract, Association, UUID("{75BCF4F8-DB46-11D2-B4C8-80080C7B6371}"), AMENDMENT]
class CIM_Export
{
CIM_Directory REF Directory;
string ExportedDirectoryName;
CIM_LocalFileSystem REF LocalFS;
};
The CIM_Export class has these types of members:
The CIM_Export class has these properties.
-
Directory
-
-
Data type: CIM_Directory
-
Access type: Read-only
Reference to the directory exported for network file system (NFS) mount.
-
-
ExportedDirectoryName
-
-
Data type: string
-
Access type: Read-only
Name under which the directory is exported.
-
-
LocalFS
-
-
Data type: CIM_LocalFileSystem
-
Access type: Read-only
-
Qualifiers: Max (1)
Reference to the local file system.
-
WMI does not implement this class.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|