This topic has not yet been rated - Rate this topic

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

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 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\ROOT\Microsoft\Windows\Smb

MOF

Smbwmiv2.mof

DLL

Smbwmiv2.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/5/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.