White Papers

Version 1.1.0 31
[IN, Description (
"IP address of the server that hosts the ISO Image" )]
string IPAddress,
[IN, Description (
"Share name of the server that hosts the ISO Image" )]
string ShareName,
[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 part of the OSD message registry" )]
string MessageID,
[IN ( false ), OUT, Description (
"Description of error message in english part of the OSD message
registry" )]
string Message,
[IN ( false ), OUT, Description (
"Substitution variables for the 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" )]