Class CIM_ElementSettingData





Description

ElementSettingData represents the association between ManagedElements and applicable setting data. This association also describes whether this is a default or current setting.

Subclasses

IBMTSSVC_ClusterDumps IBMTSSVC_DeviceSettingData IBMTSSVC_NodeDumps IBMTSSVC_StorageVolumeElementSettingData

Referenced By


Properties

IdTypeRangeDescription
Key
ManagedElement CIM_ManagedElement
The managed element.
SettingData CIM_SettingData
The SettingData object associated with the element.
Read Only
IsCurrent uint16
Unknown0
Is Current1
Is Not Current2
An enumerated integer indicating that the referenced setting is currently being used in the operation of the element, or that this information is unknown.
IsDefault uint16
Unknown0
Is Default1
Is Not Default2
An enumerated integer indicating that the referenced setting is a default setting for the element, or that this information is unknown.
Read Write
 

Method Summary

NameDescription
 

Method Detail