CIM_DeviceSAPImplementation class

An association between a ServiceAccessPoint (SAP) and how it is implemented. The cardinality of this association is many-to-many. A SAP can be provided by more than one LogicalDevice, operating in conjunction. And, any Device can provide more than one ServiceAccessPoint. When many LogicalDevices are associated with a single SAP, it is assumed that these elements operate in conjunction to provide the AccessPoint. If different implementations of a SAP exist, each of these implementations would result in individual instantiations of the ServiceAccessPoint object. These individual instantiations would then have associations to the unique implementations.

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::Device")]
class CIM_DeviceSAPImplementation : CIM_Dependency
{
  CIM_LogicalDevice      REF Antecedent;
  CIM_ServiceAccessPoint REF Dependent;
};

Members

The CIM_DeviceSAPImplementation class has these types of members:

Properties

The CIM_DeviceSAPImplementation class has these properties.

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

The LogicalDevice.

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

The ServiceAccessPoint implemented using the LogicalDevice.

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: