Msvm_GlobalEthernetPortSAPImplementation class

An association that connects a LAN endpoint to a global Ethernet port (either an external or internal Ethernet port).

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_GlobalEthernetPortSAPImplementation : CIM_DeviceSAPImplementation
{
  CIM_LANEndpoint  REF Dependent;
  CIM_EthernetPort REF Antecedent;
};

Members

The Msvm_GlobalEthernetPortSAPImplementation class has these types of members:

Properties

The Msvm_GlobalEthernetPortSAPImplementation class has these properties.

Antecedent

Data type: CIM_EthernetPort

Access type: Read-only

Qualifiers: Override ("Antecedent")

The Ethernet port.

Dependent

Data type: CIM_LANEndpoint

Access type: Read-only

Qualifiers: Override ("Dependent")

The LAN endpoint.

Remarks

Access to the Msvm_GlobalEthernetPortSAPImplementation class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

Examples

See Querying Networking Objects.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\Virtualization
MOF
WindowsVirtualization.mof

See also

CIM_DeviceSAPImplementation

CIM_DeviceSAPImplementation

Networking Classes