White Papers

25 Version 1.0.0
uint32 ReInitiateDHS(
[IN, Description (
"This is an optional parameter to specify "
"Provisioning Server addresses and ports "
"used for auto discovery, if omitted, the "
"Lifecycle Controller will get the value "
"from DHCP or DNS" )]
string ProvisioningServer,
[Required, IN, Description (
"If true, all configuration information is "
"replaced with auto discovery factory defaults. "
"If false, an error will be returned" )]
boolean ResetToFactoryDefaults,
[Required, IN ( false ), Description (
"\"Off\" disables auto discovery, "
"\"Now\" enables and initiates auto discovery "
"immediately and "
"\"NextBoot\" will delay reconfiguration and "
"auto discovery until next powercycle." ),
ValueMap { "1", "2", "3", "4..32767", "32768..65535" },
Values { "Off", "Now", "NextBoot", "DMTF Reserved", "Vendor
Specified" }]
uint16 PerformAutoDiscovery,
[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 apply the pending values set "
"using the SetAttribute and SetAttributes methods" ),
ValueMap { "0", "1", "2", "3..32767", "32768..65535" },
Values { "Completed with No Error", "Not Supported", "Error",
"DMTF Reserved", "Vendor Specified" }]
uint32 CreateConfigJob(
[IN, Description (
"Scheduled start time for the job." )]
datetime ScheduledStartTime,
[IN, Description (
"a value of \"true\" will reboot the system if "
"reboot is required "
"a value of \"false\" will not reboot the system "
"if reboot is required" )]
boolean RebootIfRequired,
[OUT, Description (
"a reference to the ConcreteJob is returned" )]
CIM_ConcreteJob REF Job,
[OUT, Description (
"Error MessageID is returned if the method fails "