Msvm_DeviceSAPImplementation class

An association between a service access point (SAP) and how it is implemented. The cardinality of this association is many-to-many. A SAP can be provided by more than one logical device, operating in conjunction. Any device can provide more than one SAP. When many logical devices are associated with a single SAP, it is assumed that these elements operate in conjunction to provide the access point. If different implementations of a SAP exist, each of these implementations would result in individual instantiations of the SAP object. These individual instantiations would then have associations to the unique implementations.

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_DeviceSAPImplementation : CIM_DeviceSAPImplementation
{
  CIM_LogicalDevice      REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The Msvm_DeviceSAPImplementation class has these types of members:

Properties

The Msvm_DeviceSAPImplementation class has these properties.

Antecedent

Data type: CIM_LogicalDevice

Access type: Read-only

The logical device.

This property is inherited from CIM_DeviceSAPImplementation.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

The service access point implemented using the logical device.

This property is inherited from CIM_DeviceSAPImplementation.

Remarks

Access to the Msvm_DeviceSAPImplementation 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