CIM_CommMechanismForManager class

An association between an ObjectManager and an ObjectManagerCommunicationMechanism class. The latter describes a possible encoding/protocol/ set of operations for accessing the referenced ObjectManager.

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

Syntax

[Association, Abstract, Version("2.6.0"), UMLPackagePath("CIM::Interop")]
class CIM_CommMechanismForManager : CIM_ServiceAccessBySAP
{
  CIM_ObjectManager                       REF Antecedent;
  CIM_ObjectManagerCommunicationMechanism REF Dependent;
};

Members

The CIM_CommMechanismForManager class has these types of members:

Properties

The CIM_CommMechanismForManager class has these properties.

Antecedent

Data type: CIM_ObjectManager

Access type: Read-only

Qualifiers: Override ("Antecedent"), Min (1), Max (1)

The specific ObjectManager whose communication mechanism is described.

Dependent

Data type: CIM_ObjectManagerCommunicationMechanism

Access type: Read-only

Qualifiers: Override ("Dependent"), Min (1)

The encoding/protocol/set of operations that may be used to communicate with the referenced ObjectManager.

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_ServiceAccessBySAP