White Papers

24 Version 1.0.0
"Error Message in english corresponding to the "
"MessageID" )]
string Message,
[OUT, Description (
"Any dynamic string substitutions for the Message" )]
string MessageArguments[]);
uint32 SetAttributes(
[Required, IN, Description (
"A reference to a LCAttribute specified by "
"AttributeName of the LCAttribute to be modified." )]
string AttributeName[],
[Required, IN, Description (
"A new value to assign to the specified "
"LCAttribute. If this value is valid, it will be "
"applied to the CurrentValue or PendingValue "
"property of the specified LCAttribute depending "
"on the Lifecycle Controller implementation and any "
"requirements for a system restart." )]
string AttributeValue[],
[OUT, Description (
"Invoking the SetAttributes may result in a set "
"to CurrentValue property or the PendingValue "
"property. SetResult returns the result of invoking "
"the SetAttributes method when the method return "
"code is 0 completed with no error." ),
ValueMap { "2", "3", "4..32767", "32768..65535" },
Values { "Set CurrentValue property",
"Set PendingValue property", "DMTF Reserved",
"Vendor Specified" }]
string SetResult[],
[OUT, Description (
"Invoking the SetAttribute may require "
"a reboot for the set to be effective. "
"Value \"Yes\" means a reboot is required. "
"Value \"No\" means a reboot is not required")]
string RebootRequired[],
[OUT, Description (
"Error MessageID is returned if the method fails "
"to execute." )]
string MessageID,
[OUT, Description (
"Error Message in english corresponding to the "
"MessageID" )]
string Message,
[OUT, Description (
"Any dynamic string substitutions for the Message" )]
string MessageArguments[]);
[Experimental, Description (
"This method is called to reinitialize the Lifecycle "
"Controller to factory default settings with "
"auto discovery enabled." ),
ValueMap { "0", "1", "2", "3..32767", "32768..65535" },
Values { "Completed with No Error", "Not Supported", "Error",
"DMTF Reserved", "Vendor Specified" }]