CIM_ConcreteIdentity class

Represents an association between two managed elements that represent different aspects of the same underlying entity.

This is a concrete subclass of CIM_LogicalIdentity that is used when the additional semantics supported by some of the CIM_LogicalIdentity subclasses are not needed. This class must not be subclassed to define additional semantics. Instead, you can subclass CIM_LogicalIdentity.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Association, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::CoreElements"), AMENDMENT]
class CIM_ConcreteIdentity : CIM_LogicalIdentity
{
  CIM_ManagedElement REF SystemElement;
  CIM_ManagedElement REF SameElement;
};

Members

The CIM_ConcreteIdentity class has these types of members:

Properties

The CIM_ConcreteIdentity class has these properties.

SameElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("SameElement")

The second aspect in the association.

SystemElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("SystemElement")

The first aspect in the association. The use of System in the property name does not limit the scope of the association.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_LogicalIdentity

Failover Clustering Hyper-V WMI Provider