White Papers

Version 1.0.0 Dell Confidential 27
[IN, Description (
"ISO Image name on the server" )]
string ImageName,
[IN, Description (
"Type of the share" ),
ValueMap { "0", "2"},
Values { "NFS", "CIFS" }]
uint16 ShareType,
[IN, Description (
"Username of the account to access the share" )]
string Username,
[IN, Description (
"Password of the account to access the share" )]
string Password,
[IN, Description (
"Workgroup of the account to access the share" )]
string Workgroup,
[IN, Description (
"Type of Hash algorithm used to compute checksum" ),
ValueMap { "1", "2"},
Values { "MD5", "SHA1" }]
uint16 HashType,
[IN, Description (
"Checksum value in string format computed using
HashType algorithm" )]
string HashValue,
[IN, Description (
"duration to expose the ISO Image" )]
datetime ExposeDuration,
[IN ( false ), OUT, Description (
"Reference to a CIM_ConcreteJob" )]
CIM_ConcreteJob REF Job,
[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 ( "GetHostMACInfo. This method will return the
list of MAC Addresses for all the network devices on the
host server." ),
ValueMap { "0", "1", "2", "4096"},
Values { "Success", "Not Supported", "Failed", "Job Created"}]
uint32 GetHostMACInfo(
[IN ( false ), OUT, Description (
"Returns the list of MAC addressses for all the
network devices on the Host" )]
string MACList[],
[IN ( false ), OUT, Description (
"Error message ID - can be used to index into Dell
Message Registry files" )]
string MessageID,
[IN ( false ), OUT, Description (