White Papers

52 Version 1.2.3
Table 60DCIM_NICService.SetAttributes() Method: Parameters 881
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 61DCIM_NICService.SetAttribute() Method: Standard Messages 882
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
8.3 DCIM_NICService.CreateTargetedConfigJob() 883
The CreateTargetedConfigJob() method is used to apply the pending values created by the SetAttribute 884
and SetAttributes methods. The successful execution of this method creates a job for application of 885
pending attribute values. 886
CreateTargetedConfigJob method supports the following optional input parameters 887