White Papers

Version 1.1.0 34
[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[]);
};
[ provider("cmpi:dcimosdeploy") ]
class DCIM_OSDConcreteJob : CIM_ConcreteJob
{
string MessageID;
string Message;
string MessageArguments[];
};
[ provider("cmpi:dcimosdeploy") ]
class DCIM_OSDElementConformsToProfile : CIM_ElementConformsToProfile
{
};