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.
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 |
|
|
DLL |
|
See also