CIM_ElementConformsToProfile class

Defines the RegisteredProfiles to which the referenced ManagedElement is conformant.

This association may apply to any Managed Element. Typical usage will apply it to a higher level instance, such as a System, NameSpace, or Service. When applied to a higher level instance, all constituent parts MUST behave appropriately in support of the ManagedElement's conformance to the named RegisteredProfile.

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::Interop")]
class CIM_ElementConformsToProfile
{
  CIM_RegisteredProfile REF ConformantStandard;
  CIM_ManagedElement    REF ManagedElement;
};

Members

The CIM_ElementConformsToProfile class has these types of members:

Properties

The CIM_ElementConformsToProfile class has these properties.

ConformantStandard
Data type: CIM_RegisteredProfile
Access type: Read-only
Qualifiers: Key

The CIM_RegisteredProfile to which the Managed Element conforms.

ManagedElement
Data type: CIM_ManagedElement
Access type: Read-only
Qualifiers: Key

The CIM_ManagedElement that conforms to the Registered Profile.

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: