White Papers

Version 1.0.0 Dell Confidential 25
[IN ( false ), OUT, Description (
"Error message ID - can be used to index into Dell
Message Registry files" )]
string MessageID,
[IN ( false ), OUT, Description (
"Completed error message in English" )]
string Message,
[IN ( false ), OUT, Description (
"Substitution variables for dynamic error messages" )]
string MessageArguments[]);
[Description ( "DetachDrivers. This method will detach the
USB device containing the drivers from the host server." ),
ValueMap { "0", "1", "2", "4096"},
Values { "Success", "Not Supported", "Failed", "Job Created"}]
uint32 DetachDrivers(
[IN ( false ), OUT, Description (
"Error message ID can be used to index into Dell
Message Registry files" )]
string MessageID,
[IN ( false ), OUT, Description (
"Completed error message in English" )]
string Message,
[IN ( false ), OUT, Description (
"Substitution variables for dynamic error messages" )]
string MessageArguments[]);
[Description ( "DetachISOImage. This method will detach the
ISO Image from the host server." ),
ValueMap { "0", "1", "2", "4096"},
Values { "Success", "Not Supported", "Failed", "Job Created"}]
uint32 DetachISOImage(
[IN ( false ), OUT, Description (
"Error message ID - can be used to index into Dell
Message Registry files" )]
string MessageID,
[IN ( false ), OUT, Description (
"Complete error message in English" )]
string Message,
[IN ( false ), OUT, Description (
"Substitution variables for dynamic error messages" )]
string MessageArguments[]);
[Description ( "BootToPXE. This method will reboot the host
server and boot to PXE." ),
ValueMap { "0", "1", "2", "4096"},
Values { "Success", "Not Supported", "Failed", "Job Created"}]
uint32 BootToPXE(
[IN ( false ), OUT, Description (
"Error message ID - can be used to index into Dell
Message Registry files" )]
string MessageID,
[IN ( false ), OUT, Description (
"Completed error message in English" )]
string Message,
[IN ( false ), OUT, Description (
"Substitution variables for dynamic error messages" )]
string MessageArguments[]);