MSISCSITARGET_ConcreteDependency class

A generic association that is used to represent dependency relationships between CIM_ManagedElement instances. The MSISCSITARGET_ConcreteDependency class is a concrete subclass of the abstract CIM_Dependency class.

Note

The MSISCSITARGET_ConcreteDependency class is limited in its use to instances of a general dependency and should not be used as a base class for more specific dependency classes. Instead, define a concrete subclass of CIM_Dependency or one of its abstract subclasses.

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_ConcreteDependency : CIM_ConcreteDependency
{
  CIM_ManagedElement REF Antecedent;
  CIM_ManagedElement REF Dependent;
};

Members

The MSISCSITARGET_ConcreteDependency class has these types of members:

Properties

The MSISCSITARGET_ConcreteDependency class has these properties.

Antecedent

Data type: CIM_ManagedElement

Access type: Read-only

Antecedent represents the independent object in this association.

This property is inherited from CIM_ConcreteDependency.

Dependent

Data type: CIM_ManagedElement

Access type: Read-only

Dependent represents the object that is dependent on the Antecedent.

This property is inherited from CIM_ConcreteDependency.

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_ConcreteDependency

iSCSI Target Server Reference