CIM_BindsTo class

This association establishes a service access point as a requestor 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 service access point, 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 from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, UMLPackagePath("CIM::Core::Service"), Version("2.10.0"), 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: key, Override ("Antecedent")

The lower-level endpoint that is accessed by the SAP.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

Qualifiers: key, Override ("Dependent")

The AccessPoint or ProtocolEndpoint that is dependent on the lower-level endpoint.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\standardcimv2
MOF
NetTCPIP.mof
DLL
NetTCPIP.dll

See also

CIM_SAPSAPDependency