ElementSettingData represents the association between ManagedElements and applicable setting data. This association also describes whether this is a default or current setting. | Qualifiers:Version ( "2.7.0" ) Association | Parameters (local in grey) | | Values { "Unknown" , "Is Current" , "Is Not Current" } ValueMap { "0" , "1" , "2" } uint16 IsCurrent ; An enumerated integer indicating that the referenced setting is currently being used in the operation of the element, or that this information is unknown. | Key CIM_ManagedElement REF ManagedElement ; The managed element. | Key CIM_SettingData REF SettingData ; The SettingData object associated with the element. | Values { "Unknown" , "Is Default" , "Is Not Default" } ValueMap { "0" , "1" , "2" } uint16 IsDefault ; An enumerated integer indicating that the referenced setting is a default setting for the element, or that this information is unknown. |
| | | | |
|