次の方法で共有


MSNFS_ClientGroup class

[The NFS Legacy WMI Classes are no longer available as of Windows Server 2012. Instead, use the NFS WMI Classes.]

Configures client groups. Because client groups are a server-side setting, this class is not available on client operating systems such as Windows 7.

This class is superseded by the MSFT_NfsClientgroup class.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[Dynamic, Provider("MSNFS_PROVIDER"), AMENDMENT]
class MSNFS_ClientGroup
{
  string GroupName;
  string Hosts[];
};

Members

The MSNFS_ClientGroup class has these types of members:

Methods

The MSNFS_ClientGroup class has these methods.

Method Description
Rename Renames a client group.

Properties

The MSNFS_ClientGroup class has these properties.

GroupName

Data type: string

Access type: Read-only

Qualifiers: Key

Indicates the name of the client group.

Hosts

Data type: string array

Access type: Read/write

Gets or sets the host names of the client computers that make up the client group.

Remarks

NFS client computers can be logically grouped into what is known as a client group, in order to enable the administrator to easily manage mount permissions for all the computers in the group without having to set them for individual computers. The NFS export (share) can be made available as a read-only share, a read-write share, or access can be denied for a specific group of computers. Additionally, root access can also be configured by group.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2
End of client support
None supported
End of server support
Windows Server 2008 R2
Namespace
Root\MSNFS
MOF
Nfswmi.mof
DLL
NfsCimProv.dll

See also

MSFT_NfsClientgroup