Msvm_BindsToLANEndpoint class

This association establishes a service access point (SAP) as a requester of protocol services from a protocol endpoint. Typically, this association runs between SAPs and endpoints on a single system. Because a protocol endpoint is a kind of SAP, this binding can be used to establish a layering of two protocols, with the upper layer represented by the Dependent and the lower layer represented by the Antecedent.

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

Syntax

[Association, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_BindsToLANEndpoint : CIM_BindsToLANEndpoint
{
  Msvm_LANEndpoint  REF Antecedent;
  Msvm_VLANEndpoint REF Dependent;
  uint16                FrameType;
};

Members

The Msvm_BindsToLANEndpoint class has these types of members:

Properties

The Msvm_BindsToLANEndpoint class has these properties.

Antecedent

Data type: Msvm_LANEndpoint

Access type: Read-only

Qualifiers: Override ("Antecedent")

A reference to an Msvm_LANEndpoint class that represents the switch port. This property is inherited from CIM_Dependency.

Dependent

Data type: Msvm_VLANEndpoint

Access type: Read-only

Qualifiers: Override ("Dependent")

A reference to the Msvm_VLANEndpoint associated with the switch port. This property is inherited from CIM_Dependency.

FrameType

Data type: uint16

Access type: Read-only

Describes the framing method for the upper layer SAP or endpoint that is bound to the LAN endpoint. This property is inherited from CIM_BindsToLANEndpoint, and it is always set to Null.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Namespace
Root\Virtualization\V2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe