MSFT_SmbClientNetworkInterface class
Represents a network interface used by SMB client.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[dynamic, provider("smbwmiv2"), ClassVersion("7")]
class MSFT_SmbClientNetworkInterface
{
uint32 InterfaceIndex;
string IpAddresses[];
string FriendlyName;
uint64 LinkSpeed;
boolean RdmaCapable;
boolean RssCapable;
};
Members
The MSFT_SmbClientNetworkInterface class has these types of members:
Properties
The MSFT_SmbClientNetworkInterface class has these properties.
- FriendlyName
-
- Data type: string
- Access type: Read-only
Friendly name of this network interface.
- InterfaceIndex
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: key
Index of the network interface in the system.
- IpAddresses
-
- Data type: string array
- Access type: Read-only
IP addresses associated with this network interface.
- LinkSpeed
-
- Data type: uint64
- Access type: Read-only
Speed of the network interface, in bits per second.
- RdmaCapable
-
- Data type: boolean
- Access type: Read-only
Indicates whether this network interface is RDMA capable.
- RssCapable
-
- Data type: boolean
- Access type: Read-only
Indicates whether this network interface is RSS capable.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Namespace |
Root\Microsoft\Windows\Smb |
|
MOF |
|
|
DLL |
|
Show: