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" ) UMLPackagePath ( "CIM::Core::Settings" ) Association | Parameters (local in grey) | | ValueMap { "0" , "1" , "2" } Values { "Unknown" , "Is Default" , "Is Not Default" } uint16 IsDefault ; An enumerated integer indicating that the referenced setting is a default setting for the element, or that this information is unknown. | ValueMap { "0" , "1" , "2" } Values { "Unknown" , "Is Current" , "Is Not Current" } 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. |
| | | | |
|