MSFT_NetIPInterfaceIPAddress class

Represents an association between a TCP/IP network interface and an IP address.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, UMLPackagePath("CIM::Network::ProtocolEndpoints"), ClassVersion("1.0.0"), dynamic, provider("nettcpip"), AMENDMENT]
class MSFT_NetIPInterfaceIPAddress : CIM_BindsToLANEndpoint
{
  uint16                  FrameType;
  MSFT_NetIPInterface REF Antecedent;
  MSFT_NetIPAddress   REF Dependent;
};

Members

The MSFT_NetIPInterfaceIPAddress class has these types of members:

Properties

The MSFT_NetIPInterfaceIPAddress class has these properties.

Antecedent

Data type: MSFT_NetIPInterface

Access type: Read-only

Qualifiers: key, Override ("Antecedent")

The MSFT_NetIPInterface object associated with the IP address.

Dependent

Data type: MSFT_NetIPAddress

Access type: Read-only

Qualifiers: key, Override ("Dependent")

The MSFT_NetIPAddress object associated with the IP interface.

FrameType

Data type: uint16

Access type: Read-only

This describes the framing method for the upper layer SAP or Endpoint that is bound to the LAN endpoint. Note that "Raw802.3" is only known to be used with the IPX protocol.

This property is inherited from CIM_BindsToLANEndpoint.

Unknown (0)

Ethernet (1)

802.2 (2)

SNAP (3)

Raw802.3 (4)

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetTCPIP.mof
DLL
NetTCPIP.dll

See also

CIM_BindsToLANEndpoint

MSFT_NetIPInterface

MSFT_NetIPAddress