CIM_RecordedSetting class

TBD

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

Syntax

[Abstract, Experimental, Association, Version("2.13.0")]
class CIM_RecordedSetting : CIM_Dependency
{
  CIM_ManagedElement                REF Antecedent;
  CIM_ManagedElement                REF Dependent;
  CIM_ResourceAllocationSettingData REF CurrentSetting;
  CIM_ResourceAllocationSettingData REF RecordedSetting;
};

Members

The CIM_RecordedSetting class has these types of members:

Properties

The CIM_RecordedSetting class has these properties.

Antecedent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The independent object in this association.

This property is inherited from CIM_Dependency.

CurrentSetting

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

Qualifiers: Max (1)

The current setting.

Dependent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The dependent object in the association.

This property is inherited from CIM_Dependency.

RecordedSetting

Data type: CIM_ResourceAllocationSettingData

Access type: Read-only

Qualifiers: Max (1)

TBD

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_Dependency