| CIM_NFS |
| A class derived from RemoteFileSystem representing that the FileSystem is mounted, using the NFS protocol, from a ComputerSystem. The properties of the NFS object deal with the operational aspects of the mount and represent the client-side configuration for NFS access. The FileSystemType (inherited from FileSystem) should be set to indicate the type of this FileSystem as it appears to the client. |
| NameSpace Path |
| \ROOT\CIMV2 |
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AttributeCaching | | Boolean | If set to true: control attribute caching is enabled. If set to false: control attribute caching is disabled. |
| AttributeCachingForDirectoriesMax | | UInt16 | Maximum number of seconds that cached attributes are held after directory update. |
| AttributeCachingForDirectoriesMin | | UInt16 | Minimum number of seconds that cached attributes are held after directory update. |
| AttributeCachingForRegularFilesMax | | UInt16 | Maximum number of seconds that cached attributes are held after file modification. |
| AttributeCachingForRegularFilesMin | | UInt16 | Minimum number of seconds that cached attributes are held after file modification. |
| AvailableSpace | | UInt64 | AvailableSpace indicates the total amount of free space for the file system, in bytes. If unknown, enter 0. |
| BlockSize | | UInt64 | File systems can read/write data in blocks which are defined independently of the underlying storage extents. This property captures the file system's block size for data storage and retrieval. |
| Caption | | String | The Caption property is a short textual description (one-line string) of the object. |
| CasePreserved | | Boolean | Indicates that the case of file names are preserved. |
| CaseSensitive | | Boolean | Indicates that case sensitive file names are supported. |
| CodeSet | | UInt16 | Array defining the character sets or encoding supported by the FileSystem. For example, the values, "ASCII" (2) or "ISO2022" (4), may be specified. |
| CompressionMethod | | String | A free form string indicating the algorithm or tool used to compress the file system. If it is not possible or not desired to describe the compression scheme (perhaps because it is not known), recommend using the following words: "Unknown" to represent that it is not known whether the file system is compressed or not, "Compressed" to represent that the file system is compressed but either its compression scheme is not known or not disclosed, and "Not Compressed" to represent that the file system is not compressed. |
| CreationClassName | | String | CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. |
| CSCreationClassName | | String | The scoping computer system's creation class name. |
| CSName | | String | The scoping computer system's name. |
| Description | | String | The Description property provides a textual description of the object. |
| EncryptionMethod | | String | A free form string indicating the algorithm or tool used to encrypt the file system. If it is not possible or not desired to describe the encryption scheme (perhaps for security reasons), recommend using the following words: "Unknown" to represent that it is not known whether the file system is encrypted or not, "Encrypted" to represent that the file system is encrypted but either its encryption scheme is not known or not disclosed, and "Not Encrypted" to represent that the file system is not encrypted. |
| FileSystemSize | | UInt64 | The FileSystemSize property stores the total size of the file system in bytes. If unknown, enter 0. |
| ForegroundMount | | Boolean | If set to true: retries are performed in the foreground. If set to false: if the first mount attempt fails, retries are performed in the background. |
| HardMount | | Boolean | If set to true: once the file system is mounted, NFS requests are retried until the hosting system responds. If set to false: once the file system is mounted, an error is returned if the hosting system does not respond. |
| InstallDate | | DateTime | The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed. |
| Interrupt | | Boolean | If set to true: interrupts are permitted for hard mounts. If set to false: interrupts are ignored for hard mounts. |
| MaxFileNameLength | | UInt32 | Integer indicating the maximum length of a file name within the file system. 0 indicates that there is no limit on file name length. |
| MountFailureRetries | | UInt16 | Maximum number of mount failure retries allowed. |
| Name | | String | The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. |
| ReadBufferSize | | UInt64 | Read buffer size in bytes. |
| ReadOnly | | Boolean | Indicates that the file system is designated as read only. |
| RetransmissionAttempts | | UInt16 | Maximum number of NFS retransmissions allowed. |
| RetransmissionTimeout | | UInt32 | NFS timeout in tenths of a second. |
| Root | | String | Path name or other information defining the root of the file system. |
| ServerCommunicationPort | | UInt32 | The remote computer system's (i.e., the NFS File 'Server's) UDP port number. |
| Status | | String | The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states. |
| WriteBufferSize | | UInt64 | Write buffer size in bytes. |
| SAMPLE DATA INSTANCE |
   Class does not currently contain data instances
|