MSISCSITARGET_BindsTo class

Associates a CIM_ServiceAccessPoint class, as the requestor of protocol services, to a CIM_ProtocolEndpoint class.

Typically, this association is established between a CIM_ServiceAccessPoint class and a CIM_ProtocolEndpoint class on a single system. Because a CIM_ProtocolEndpoint class is a child of the CIM_ServiceAccessPoint class, this binding can be used to represent two layers in a stack of protocols. In this scenario, the Dependent property represents the upper layer, and the Antecedent property represents the lower layer.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, Provider("MSiSCSITargetProv"), Association, Version("1.0.0")]
class MSISCSITARGET_BindsTo : CIM_BindsTo
{
  CIM_ProtocolEndpoint   REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The MSISCSITARGET_BindsTo class has these types of members:

Properties

The MSISCSITARGET_BindsTo class has these properties.

Antecedent

Data type: CIM_ProtocolEndpoint

Access type: Read-only

A CIM_ProtocolEndpoint containing the lower-level endpoint that is accessed by the SAP.

This property is inherited from CIM_BindsTo.

Dependent

Data type: CIM_ServiceAccessPoint

Access type: Read-only

A CIM_ServiceAccessPoint containing the AccessPoint or ProtocolEndpoint that is dependent on the lower-level endpoint.

This property is inherited from CIM_BindsTo.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_BindsTo

iSCSI Target Server Reference