CIM_HostedDependency class

HostedDependency defines a ManagedElement in the context of another ManagedElement in which it resides.

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

Syntax

[Association, Abstract, Version("2.8.0"), UMLPackagePath("CIM::Core::CoreElements")]
class CIM_HostedDependency : CIM_Dependency
{
  CIM_ManagedElement REF Antecedent;
  CIM_ManagedElement REF Dependent;
};

Members

The CIM_HostedDependency class has these types of members:

Properties

The CIM_HostedDependency class has these properties.

Antecedent
Data type: CIM_ManagedElement
Access type: Read-only
Qualifiers: Override ("Antecedent"), Max (1)

A CIM_ManagedElement containing the scoping ManagedElement.

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

A CIM_ManagedElement containing the hosted ManagedElement.

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: