MSFT_NetImPlatAdapter class
Represents Network Adapters used in IM Platform, ie. the members and team NICs.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, ClassVersion("10")]
class MSFT_NetImPlatAdapter : CIM_EnabledLogicalElement
{
string InstanceID;
string Name;
string InterfaceDescription;
string Team;
uint64 TransmitLinkSpeed;
uint64 ReceiveLinkSpeed;
uint32 FailureReason;
};
Members
The MSFT_NetImPlatAdapter class has these types of members:
Properties
The MSFT_NetImPlatAdapter class has these properties.
-
FailureReason
-
-
Data type: uint32
-
Access type: Read-only
The failure reason.
-
NoFailure (0)
-
AdministrativeDecision (1)
-
PhysicalMediaDisconnected (3)
-
WaitingForStableConnectivity (4)
-
LacpNegotiationIssue (5)
-
NicNotPresent (6)
-
UnknownFailure (7)
-
VirtualSwitchLacksExternalConnectivity (9)
-
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key, Override
The NetCfgInstanceId of this adapter.
-
-
InterfaceDescription
-
-
Data type: string
-
Access type: Read-only
The description of the member adapter.
-
-
Name
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (1024)
The alias of the member adapter.
-
-
ReceiveLinkSpeed
-
-
Data type: uint64
-
Access type: Read-only
The receive speed of the adapter.
-
-
Team
-
-
Data type: string
-
Access type: Read-only
The name of the team this belongs to.
-
-
TransmitLinkSpeed
-
-
Data type: uint64
-
Access type: Read-only
The transmission speed of the adapter.
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|