CIM_LogicalIdentity class

Represents a generic association between two managed elements that represent different aspects of the same underlying entity. This relationship conveys what could be defined with multiple inheritance. In most scenarios, a logical identity association is determined by the equivalence of keys or some other identifying properties of the associated elements.

An example of this association is a CIM_LogicalDevice object that is both a bus entity (USB) and a functional entity (keyboard).

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_LogicalIdentity
{
  CIM_ManagedElement REF SystemElement;
  CIM_ManagedElement REF SameElement;
};

Members

The CIM_LogicalIdentity class has these types of members:

Properties

The CIM_LogicalIdentity class has these properties.

SameElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The second aspect in the association.

SystemElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

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

Failover Clustering Hyper-V WMI Provider