CIM_PreviousSettingData class

An association between a virtual system and the setting data of the snapshot which is the parent to the virtual system.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

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

Syntax

class CIM_PreviousSettingData
{
  CIM_ManagedElement REF Target;
  CIM_ManagedElement REF PreviousObject;
};

Members

The CIM_PreviousSettingData class has these types of members:

Properties

The CIM_PreviousSettingData class has these properties.

PreviousObject

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The snapshot setting data that is the parent of this computer system.

Target

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The computer system that was the target of the application.

Requirements

Requirement Value
Namespace
Root\CIMV2