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

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::Service")]
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 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_SAPSAPDependency

Failover Clustering Hyper-V WMI Provider