Core\CIM_BindsTo.mof.mof (HTML version)

Return to index
CIM_BindsTo Superclass: CIM_SAPSAPDependency
This association establishes a ServiceAccessPoint as a requestor of protocol services from a ProtocolEndpoint. Typically, this association runs between SAPs and endpoints on a single system. Because a ProtocolEndpoint is a kind of ServiceAccessPoint, 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.
Qualifiers:Version ( "2.10.0" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_ServiceAccessPoint REF Dependent ;
The AccessPoint or ProtocolEndpoint that is dependent on the lower-level endpoint.
Override ( "Antecedent" )
CIM_ProtocolEndpoint REF Antecedent ;
The lower-level endpoint that is accessed by the SAP.