CIM_BindsTo class

Represents an association where a CIM_ServiceAccessPoint object requests protocol services from a CIM_ProtocolEndpoint object.

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Service"), AMENDMENT]
class CIM_BindsTo : CIM_SAPSAPDependency
{
  CIM_ProtocolEndpoint   REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The CIM_BindsTo class has these types of members:

Properties

The CIM_BindsTo class has these properties.

Antecedent

Data type: CIM_ProtocolEndpoint

Access type: Read-only

Qualifiers: Override ("Antecedent")

The lower level endpoint that is accessed by the service access point.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: Override ("Dependent")

The access point or protocol endpoint that is dependent on the lower level endpoint.

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_SAPSAPDependency