CIM_BindsToLANEndpoint class

Represents an association where a CIM_ServiceAccessPoint or CIM_ProtocolEndpoint object depends on an underlying CIM_LANEndpoint object on the same system.

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

Syntax

[Association, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Network::ProtocolEndpoints")]
class CIM_BindsToLANEndpoint : CIM_BindsTo
{
  CIM_LANEndpoint        REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
  uint16                     FrameType;
};

Members

The CIM_BindsToLANEndpoint class has these types of members:

Properties

The CIM_BindsToLANEndpoint class has these properties.

Antecedent

Data type: CIM_LANEndpoint

Access type: Read-only

Qualifiers: Override ("Antecedent")

The underlying CIM_LANEndpoint object.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Dependent")

The CIM_ServiceAccessPoint or CIM_ProtocolEndpoint object that is dependent on the CIM_LANEndpoint.

FrameType

Data type: uint16

Access type: Read-only

The framing method for the upper layer service access point or protocol endpoint.

Note

Raw802.3 is only known to be used with the IPX protocol.

Unknown (0)

Ethernet (1)

802.2 (2)

SNAP (3)

Raw802.3 (4)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_BindsTo

Failover Clustering Hyper-V WMI Provider