CIM_ElementSettingData class
ElementSettingData represents the association between ManagedElements and applicable setting data. This association also describes whether this is a default or current setting.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Association, Abstract, Version("2.7.0"), UMLPackagePath("CIM::Core::Settings")]
class CIM_ElementSettingData
{
CIM_ManagedElement REF ManagedElement;
CIM_SettingData REF SettingData;
uint16 IsDefault;
uint16 IsCurrent;
};
Members
The CIM_ElementSettingData class has these types of members:
Properties
The CIM_ElementSettingData class has these properties.
-
IsCurrent
-
-
Data type: uint16
-
Access type: Read-only
An enumerated integer indicating that the referenced setting is currently being used in the operation of the element, or that this information is unknown.
-
-
Unknown (0)
-
Is Current (1)
-
Is Not Current (2)
IsDefault
-
Data type: uint16
-
Access type: Read-only
An enumerated integer indicating that the referenced setting is a default setting for the element, or that this information is unknown.
Unknown (0)
Is Default (1)
Is Not Default (2)
ManagedElement
-
Data type: CIM_ManagedElement
-
Access type: Read-only
-
Qualifiers: Key
The managed element.
SettingData
-
Data type: CIM_SettingData
-
Access type: Read-only
-
Qualifiers: Key
The SettingData object associated with the element.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\CIMv2\Storage\iScsiTarget |
MOF |
|
DLL |
|