CIM_BindsTo class
Represents an association where a CIM_ServiceAccessPoint object requests protocol services from a CIM_ProtocolEndpoint object.
This association usually runs between service access points and endpoints on the same system. Because a CIM_ProtocolEndpoint is a kind of CIM_ServiceAccessPoint, this binding can be used to establish a layering of two protocols, where the upper layer is represented by the Dependent property and the lower layer is represented by the Antecedent property.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Abstract, Association, 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: 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
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 |
|