CIM_SubProfileRequiresProfile class

A subprofile requires another RegisteredProfile for context. This association mandates the scoping relationship between a subprofile and its scoping profile.

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

Syntax

[Association, Version("2.8.0"), UMLPackagePath("CIM::Interop")]
class CIM_SubProfileRequiresProfile : CIM_ReferencedProfile
{
  CIM_RegisteredProfile    REF Antecedent;
  CIM_RegisteredSubProfile REF Dependent;
};

Members

The CIM_SubProfileRequiresProfile class has these types of members:

Properties

The CIM_SubProfileRequiresProfile class has these properties.

Antecedent
Data type: CIM_RegisteredProfile
Access type: Read-only
Qualifiers: Override ("Antecedent"), Min (1)

The RegisteredProfile that is referenced/required by the subprofile.

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

A RegisteredSubProfile that requires a scoping profile, for context.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

Namespace

Root\CIMv2\Storage\iScsiTarget

MOF

SmIscsiTarget.mof

DLL

SMiSCSITargetProv.dll

 

 

Show: