White Papers

52 Version 1.3.0
Table 60 DCIM_NICService.SetAttributes() Method: Parameters
876
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the NIC
IN, REQ
AttributeName[]
String
An array of values where each value shall be
formatted in the following way:
<GroupID property value>#<AttributeName
property value>.
Example: “MyGroup#MyAttribute”
IN, REQ
AttributeValue[]
String
Shall contain the desired attribute values.
If the value is valid, the CurrentValue or
PendingValue property of the specified attribute
will be modified.
OUT
SetResult[]
String
Returns:
"Set CurrentValue property" when the
attributes current value is set.
“Set PendingValue property” when the
attributes pending value is set.
OUT
RebootRequired[]
String
Returns:
“Yes” if reboot is required,
“No” if reboot is not required.
OUT
MessageID[]
String
Error MessageID
OUT
Message[]
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
Table 61 DCIM_NICService.SetAttribute() Method: Standard Messages
877
MessageID (OUT parameter)
Message
MessageArguments[]
NIC001
The command was successful
NIC002
Resource allocation failure
NIC003
Missing required parameter
NIC004
Invalid parameter value for
<parameter name>
Parameter
NIC005
Mismatch in AttributeName and
AttributeValue count
NIC013
Invalid AttributeName %s
AttributeName
NIC014
Invalid AttributeValue for
AttributeName %s
AttributeName
NIC015
AttributeValue cannot be changed for
ReadOnly AttributeName %s
AttributeName
NIC016
AttributeValue cannot be changed for
Disabled AttributeName %s
AttributeName
LC062
An instance of Export or Import
System Configuration is already
running.