Class CIM_ModifySettingAction
extends CIM_Action

This class specifies the information used to modify a 'setting' file, for a specific entry in the file. The new 'setting' value is created as a new entry or appends to, replaces, removes from, or deletes the specified entry. All additions are assumed to be case sensitive. Removes are assumed to be case insensitive.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Action
   |
   +--CIM_ModifySettingAction

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class specifies the information used to modify a 'setting' file, for a specific entry in the file. The new 'setting' value is created as a new entry or appends to, replaces, removes from, or deletes the specified entry. All additions are assumed to be case sensitive. Removes are assumed to be case insensitive.
UMLPackagePathstringCIM::Application::CheckAction
Versionstring2.6.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ActionTypeuint16
DescriptionstringType of Action to be performed on the specified setting entry. 0=Create - Creates the specified entry. 1=Delete - Deletes the specified entry. 2=Append - Appends to the end of the specified entry. 3=Remove - Removes the value from the specified entry.
ValueMapstring0, 1, 2, 3
ValuesstringCreate, Delete, Append, Remove
EntryNamestring
DescriptionstringName of setting entry to be modified.
MaxLenuint32256
EntryValuestring
DescriptionstringThis is the value to add, append, or replace the specified setting.
FileNamestring
DescriptionstringFile name of the 'setting' file.
MaxLenuint321024
SectionKeystring
DescriptionstringThis is the key or label of the section of the file to be modified.
MaxLenuint32256

Inherited Properties

NameData TypeClass Origin
ActionIDstringCIM_Action
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
Directionuint16CIM_Action
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_Action
SoftwareElementIDstringCIM_Action
SoftwareElementStateuint16CIM_Action
TargetOperatingSystemuint16CIM_Action
VersionstringCIM_Action

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
Invokeuint32CIM_Action
InvokeOnSystemuint32CIM_Action