White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
136 
OUTPUT: 
DeletePendingConfiguration_OUTPUT 
 Message = The command was successful 
 MessageID = NIC001 
 ReturnValue = 0 
15.9  Getting the CNA Enumeration Instance 
Use the following example to get an instance of the DCIM_NICEnumeration class. 
Get a DCIM_NICEnumeration class instance from the first port and first partition with the following 
parameters and syntax: 
 [INSTANCEID]: This is obtained from the enumeration in Section 15.1, in which this example 
would use NIC.Integrated.1-1-1: as an InstanceID. 
EXAMPLE: 
winrm g http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_NICEnumeration 
?InstanceID=[INSTANCEID] 
-r:https://[IPADDRESS]:443/wsman 
-u:[USER] -p:[PASSWORD]  
-auth:basic -encoding:utf-8 -SkipCNCheck -SkipCACheck  
OUTPUT: 
DCIM_NICEnumeration 
 AttributeDisplayName = iSCSI Offload Mode 
 AttributeName = iScsiOffloadMode 
 CurrentValue = Disabled 
 Dependency = <Dep><AttrLev Op="OR"><ROIf 
Name="NicMode\133Partition\0723\135">Enabled</ROIf></AttrLev></Dep> 
 FQDD = NIC.Integrated.1-1-3 
 GroupDisplayName = PARTITION 3 CONFIGURATION 
 GroupID = ConfigureForm3 
 InstanceID = NIC.Integrated.1-1-3:iScsiOffloadMode 
 IsReadOnly = false 
 PendingValue = null 
 PossibleValues = Disabled, Enabled 
 PossibleValuesDescription = Disabled, Enabled 
15.10  Setting the IscsiOffloadMode Attribute 
The SetAttribute() method is used to set or change the value of a CNA attribute. Enable the NICMode, 
IscsiOffloadMode, and FcoeOffloadMode personality attributes to enable the corresponding 
personalities: NIC, ISCSI, and FCOE.  










