White Papers

Version 1.2.0 51
7.7.3 Class Properties 1110
The following table details the implemented properties for DCIM_LCRegisteredProfile instance 1111
representing iDRAC Card Profile implementation. The “Requirements” column shall denote whether the 1112
property is implemented (for requirement definitions, see section 3). The Additional Requirements” 1113
column shall denote either possible values for the property, or requirements on the value formulation. 1114
Table 19DCIM_LCRegisteredProfile - Properties 1115
Property Name
Requirement
Type
Additional Requirements
InstanceID
Mandatory
String
DCIM:iDRACCard:1.0.0
RegisteredName
Mandatory
String
This property shall have a value of "iDRAC
Card".
RegisteredVersion
Mandatory
String
This property shall have a value of "1.2.0".
RegisteredOrganization
Mandatory
Uint16
This property shall have a value of 1 (Other).
OtherRegisteredOrganization
Mandatory
String
The property value shall match “DCIM”.
AdvertisedTypes[]
Mandatory
Uint16
This property array shall contain [1(Other), 1
(Other)].
AdvertiseTypeDescriptions[]
Mandatory
String
This property array shall contain ["WS-Identify",
"Interop Namespace"].
ProfileRequireLicense[]
Mandatory
String
This property array shall describe the required
licenses for this profile.
If no license is required for the profile, the
property shall have value NULL.
ProfileRequireLicenseStatus[]
Mandatory
String
This property array shall contain the status for the
corresponding license in the same element index
of the ProfileRequireLicense array property. Each
array element shall contain:
LICENSED
NOT_LICENSED
If no license is required for the profile, the
property shall have value NULL.
8 Methods 1116
This section details the requirements for supporting extrinsic methods for the CIM elements defined by 1117
this profile. 1118
8.1 DCIM_iDRACCardService.SetAttribute() 1119
The SetAttribute( ) method is used to set or change the value of a iDRAC Card attribute. 1120
Invocation of the SetAttribute() method shall change the value of the 1121
DCIM_IDRACCardAttribute.CurrentValue or DCIM_IDRACCardAttribute.PendingValue property to the 1122
value specified by the AttributeValue parameter if the DCIM_IDRACCardAttribute.IsReadOnly property is 1123
FALSE. 1124
Invocation of this method when the DCIM_IDRACCardAttribute.IsReadOnly property is TRUE shall result 1125
in no change to the value of the DCIM_IDRACCardAttribute.CurrentValue property. The results of 1126
changing this value is described with the SetResult parameter. 1127
Return code values for the SetAttribute( ) method are specified in Table 82 and parameters are specified 1128
in Table 83. Invoking the SetAttribute( ) method multiple times can result in the earlier requests being 1129
overwritten or lost. 1130