CIM_DeviceSAPImplementation class (Hyper-V management)

Represents an association between a service access point (SAP) and a logical device that implements it.

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Device"), AMENDMENT]
class CIM_DeviceSAPImplementation : CIM_Dependency
{
  CIM_LogicalDevice      REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The CIM_DeviceSAPImplementation class has these types of members:

Properties

The CIM_DeviceSAPImplementation class has these properties.

Antecedent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Override ("Antecedent")

The logical device.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Dependent")

The SAP implemented by the logical device.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Dependency