Class CIM_ElementSettingData
Used in features: Remote Control ,
Power Settings , Security Administration , Network Administration , General Info
, System Defense & Heuristics , Wireless
Compatible with the
following Intel AMT Releases: 3.0, 3.2, 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0,
8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_ElementSettingData
Association class CIM_ElementSettingData
General Information:
ElementSettingData represents the association
between ManagedElements and applicable setting data. This association also
describes whether this is a default or current setting.
Product
Specific Usage:
For the instance that associates CIM_ComputerSystem and
CIM_BootConfigSetting use the IsNext property in order to know wheather the boot
options will be applied in next power state change.
For the instances that
associate CIM_ComputerSystem and AMT_SystemPwerScheme use the IsCurrent property
in order to know which power scheme is currently selected.
For the instances
that associate IPS_IPv6PortSettings and CIM_EthernetPort/CIM_WiFiPort use the
IsCurrent property in order to enable/disable IPv6 support.
Qualifiers:
-------------
Association
Version=2.19.1
UMLPackagePath=CIM::Core::Settings
Supported Fields
Summary |
REF
CIM_ManagedElement |
ManagedElement  The managed element.
|
REF
CIM_SettingData |
SettingData  The SettingData object associated with the
element.
|
uint16
|
IsDefault An
enumerated integer indicating that the referenced setting is a default
setting for the element, or that this information is unknown.
|
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.
|
uint16
|
IsNext An enumerated
integer indicating whether or not the referenced setting is the next
setting to be applied . . .
|
Methods Summary |
|
Put(Instance) Changes
properties of the selected instance
|
|
Get(Instance) Gets the
representation of the instance
|
|
Pull(EnumerationContext,
MaxElements) Pulls instances of this class, following an
Enumerate operation
|
|
Enumerate()
Enumerates the instances of this class
|
|
Release(EnumerationContext)
Releases an enumeration context
|
ManagedElement 
public REF CIM_ManagedElement ManagedElement
- General Information:
The managed
element.
Qualifiers:
-------------
Key
SettingData 
public REF CIM_SettingData SettingData
- General Information:
The SettingData object associated with the
element.
Qualifiers:
-------------
Key
IsDefault
public uint16 IsDefault
- General Information:
An enumerated integer indicating that the
referenced setting is a default setting for the element, or that this
information is
unknown.
Qualifiers:
-------------
ValueMap={0, 1,
2}
Values={Unknown, Is Default, Is Not Default}
IsCurrent
public uint16 IsCurrent
- General Information:
An enumerated integer indicating that the
referenced setting is currently being used in the operation of the element, or
that this information is
unknown.
Qualifiers:
-------------
ValueMap={0, 1,
2}
Values={Unknown, Is Current, Is Not Current}
IsNext
public uint16 IsNext
- General Information:
An enumerated integer indicating whether or
not the referenced setting is the next setting to be applied. For example, the
application could take place on a re-initialization, reset, reconfiguration
request. This could be a permanent setting, or a setting used only one time,
as indicated by the flag. If it is a permanent setting then the setting is
applied every time the managed element reinitializes, until this flag is
manually reset. However, if it is single use, then the flag is automatically
cleared after the settings are applied. Also note that if this flag is
specified (i.e. set to value other than "Unknown"), then this takes precedence
over any SettingData that may have been specified as Default. For example: If
the managed element is a computer system, and the value of this flag is "Is
Next", then the setting will be effective next time the system resets. And,
unless this flag is changed, it will persist for subsequent system resets.
However, if this flag is set to "Is Next For Single Use", then this setting
will only be used once and the flag would be reset after that to "Is Not
Next". So, in the above example, if the system reboots in a quick succession,
the setting will not be used at the second
reboot.
Qualifiers:
-------------
ValueMap={0, 1, 2,
3}
Values={Unknown, Is Next, Is Not Next, Is Next For Single Use}
Put
public Put([IN]CIM_ElementSettingData Instance)
- Permission Information:
Permitted realms:
ADMIN_SECURITY_ADMINISTRATION_REALM
General
Information:
Changes properties of the selected
instance
Product Specific Usage:
Additional Notes:
1) Not
all instances of the class support the Put method
2) Allowed realms can
differ between different instances of CIM_ElementSettingData.
Get
public Get([OUT]CIM_ElementSettingData Instance)
- Permission Information:
The permissions of this method depend
upon the context of its usage
General Information:
Gets the
representation of the instance
Pull
public Pull([IN]String EnumerationContext, [IN]String MaxElements)
- Permission Information:
All users permitted to use method, only
instances to whom the user has permissions will be returned
General
Information:
Pulls instances of this class, following an Enumerate
operation
Enumerate
public Enumerate()
- Permission Information:
All users permitted to use
method
General Information:
Enumerates the instances of this
class
Release
public Release([IN]String EnumerationContext)
- Permission Information:
All users permitted to use
method
General Information:
Releases an enumeration
context