White Papers

20 Version 1.1.0
8 Methods
This section details the requirements for supporting extrinsic methods for the CIM elements defined by
this profile.
8.1 DCIM_iDRACCardService.ApplyAttributes()
The ApplyAttributes() method is used to set or change the value of a iDRAC Card attribute.
Table 20 ApplyAttributes() Method: Return Code Values
Value
Description
0
Completed with no error
1
Not Supported
2
Error
4096
Job Created
Implementation of standard messages is optional. Standard messages defined for this method are
described in the Message Registry.
SetAttributes( ) Method: Standard Messages
See Message Registry
Table 21 ApplyAttributes() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
REF
Shall reference the CIM_Element instance in
which the operation is targeted
IN, REQ
AttributeName[]
Array of
strings
Shall contain the attribute names
representing the attributes to be modified,
as specified by Attribute.AttributeName
properties. The specified attributes must
already exist. The values of
Attribute.AttributeName supplied for this
parameter shall be unique within the
scope of the instantiating Namespace. The
attribute name members of this array must
correspond with array members of the
values represented by the AttributeValue
parameter. If more than one value is
specified for a particular attribute, this
parameter shall contain multiple identical
array entries describing the attribute name
that corresponds with each respective
attribute value specified by the
AttributeValue parameter.