MSFT_SmbServerNetworkInterface class
Represents an SMB server network interface.
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_SmbServerNetworkInterface
{
uint32 InterfaceIndex;
string ScopeName;
string IpAddress;
string FriendlyName;
uint64 LinkSpeed;
boolean RdmaCapable;
boolean RssCapable;
};
Members
The MSFT_SmbServerNetworkInterface class has these types of members:
Properties
The MSFT_SmbServerNetworkInterface class has these properties.
- FriendlyName
-
- Data type: string
- Access type: Read-only
Friendly name of the network interface.
- InterfaceIndex
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: key
Index value that uniquely identifies the server network interface.
- IpAddress
-
- Data type: string
- Access type: Read-only
- Qualifiers: key
The server's IP address.
- LinkSpeed
-
- Data type: uint64
- Access type: Read-only
Speed of the network interface.
- RdmaCapable
-
- Data type: boolean
- Access type: Read-only
Indicates whether the network interface is RDMA capable.
- RssCapable
-
- Data type: boolean
- Access type: Read-only
Indicates whether the network interface is RSS capable.
- ScopeName
-
- Data type: string
- Access type: Read-only
- Qualifiers: key
Scope name of this interface. It can be * (meaning no scope) or a file server resource name (if the server is part of a cluster).
Remarks
Server network interfaces are network interfaces used by the SMB Server, including the details used by SMB2 Multichannel.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Namespace |
Root\Microsoft\Windows\Smb |
|
MOF |
|
|
DLL |
|