CIM_SAPSAPDependency class

CIM_SAPSAPDependency is an association between one ServiceAccessPoint and another ServiceAccessPoint that indicates that the latter is required for the former to utilize or connect with its Service. For example, to print to a network printer, local Print Access Points must utilize underlying network-related SAPs, or ProtocolEndpoints, to send the print request.

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_SAPSAPDependency : CIM_Dependency
{
  CIM_ServiceAccessPoint REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The CIM_SAPSAPDependency class has these types of members:

Properties

The CIM_SAPSAPDependency class has these properties.

Antecedent
Data type: CIM_ServiceAccessPoint
Access type: Read-only
Qualifiers: Override ("Antecedent")

The required ServiceAccessPoint.

Dependent
Data type: CIM_ServiceAccessPoint
Access type: Read-only
Qualifiers: Override ("Dependent")

The ServiceAccessPoint that is dependent on an underlying SAP.

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_Dependency

 

 

Show: