MSFT_NfsMountedClient class
Represents a client of a Windows NFS Version 4.1 server.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
[ClassVersion("1.0"), dynamic, provider("nfscimprov"), AMENDMENT]
class MSFT_NfsMountedClient
{
uint64 ClientId;
string NetworkName;
uint32 TotalSessions;
uint32 Flags;
string ClientIpAddress;
};
Members
The MSFT_NfsMountedClient class has these types of members:
Methods
The MSFT_NfsMountedClient class has these methods.
Method | Description |
---|---|
Revoke | Revokes the lease on the client. |
Properties
The MSFT_NfsMountedClient class has these properties.
-
ClientId
-
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: key
The client identifier.
-
-
ClientIpAddress
-
-
Data type: string
-
Access type: Read-only
The client IP address.
-
-
Flags
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: BitMap ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9"), BitValues ("Confirmed", "ReclaimCompleted", "ClientSupportsReferral", "ClientSupportsMigration", "BindStateToPrincipal", "StateRevokedByAdmin", "StateRevokedByLeaseExpiry", "AllStateRevoked", "LeaseExpired", "SessionCreateInProgress")
Flags that indicate the capabilities of the client.
-
-
NetworkName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
The network name that the client used to connect to the server.
-
-
TotalSessions
-
-
Data type: uint32
-
Access type: Read-only
The number of sessions that are currently opened by the client.
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\NFS |
MOF |
|
DLL |
|