White Papers

Version 1.5.0 39
Table 59DCIM_LCService.BackupImage() Method: Parameters 546
Qualifiers Name Type Description/Values
IN IPAddress String
IP address of the NFS or CIFS share such as
192.168.10.12.
The parameter shall be required, if the ShareType
parameter has value 0 (NFS), 2 (CIFS), or not
specified.
IN ShareName String
Share name for the network share such as
“imageshare”.
The parameter shall be required, if the ShareType
parameter has value 0 (NFS), 2 (CIFS), or not
specified.
IN ShareType Unit16 Type of the share or storage.
0 – NFS
2 – CIFS
4 – VFLASH
If ShareType is blank or null, it shall be considered
as NFS type.
The parameter shall be required, if the ShareType
parameter has value 0 (NFS), 2 (CIFS), or not
specified.
IN Passphrase String The passphrase for the image.
The parameter shall be required, if the ShareType
parameter has value 0 (NFS), or 2 (CIFS) or not
specified.
IN ImageName String The name of the backup file.
The parameter shall be required, if the ShareType
parameter has value 0 (NFS), 2 (CIFS), or not
specified.
IN Username String User name for the remote share
IN Password String Password for the remote share
IN Workgroup String Workgroup for the share
IN ScheduledStartTime String The scheduled start time
IN UntilTime String
The maintenance time. Job will not run passing this
window.
OUT MessageID String
Error Message ID may be used to look-up in the Dell
Message registry files. For more information, see
Error Message Registry.
OUT Job
DCIM_Conc
reteJob Ref
The job that represents this operation
1
OUT Message String
Error Message in English corresponding to
MessageID is returned if the method fails to execute
OUT MessageArguments[] string Substitution variables for dynamic error messages
NOTE: 1 – If return code is 4096 (Job Created), the newly created job will not execute if the LC core services are not 547
running (DCIM_LCEnumeration with AttributeName equal to “LifecycleControllerState has the CurrentValue property 548
equal to “Disabled”). 549