White Papers

22 Version 1.5.0
Table 13DCIM_LCService.SetAttributes() Method: Return Code Values 425
Value Description
0 Request was successfully executed.
2 Error occurred
Table 14DCIM_LCService.SetAttributes() Method: Parameters 426
Qualifiers Name Type Description/Values
IN, REQ
AttributeName[] string The array parameter shall contain the
AttributeName property values for the
attributes to be modified.
IN, REQ
AttributeValue[] string
The array parameter shall contain the
desired attribute values at the
corresponding array element with the
attribute name in the AttributeName array
parameter.
For example, if there are two attributes in
the AttributeName array: AttributeName1
and AttributeName2, the array index 1 shall
contain the value for AttributeName1 and
array index 2 shall contain the value for
AttributeName2.
Attributes with array values shall not be set
using this method, rather the SetAttribute()
method shall be used to set the array
attributes one at a time..
If the value is valid, the CurrentValue or
PendingValue property of the specified
attribute shall be modified.
OUT SetResult[] string
Invoking the SetAttributes may result in the
CurrentValue or PendingValue property of
each input element being set. AttributeValue
array shall have a corresponding SetResult
value in the SetResult array.
A return value of:
“Set CurrentValue” means
CurrentValue property is set.
“Set PendingValue” means
PendingValue property is set.
OUT RebootRequired[] string
Each input element‘s AttributeValue array
shall have a corresponding RebootRequired
value in the RebootRequired array. A value
of:
“Yes” means a reboot is required to
set this value.
“No” means a reboot is not
required to set this value
OUT MessageID[] string
Error Message ID may be used to look-up in
the Dell Message registry files. For more
information, see Error Message Registry.
OUT Message[] string
Error Message in English corresponding to
MessageID is returned if the method fails to
execute