324 Extension;
325 Enum { NORMAL, MIGRATE };
326 Default = "MIGRATE";
327 Tunable = ANYTIME;
328 Description = "Type of guest domain migration to be performed";
329 }
330
331 {
332 PROPERTY = Plugin_probe;
333 EXTENSION;
334 STRING;
335 DEFAULT = "";
336 TUNABLE = ANYTIME;
337 DESCRIPTION = "Script or command to check the guest domain";
338 }
339
340 {
341 PROPERTY = Password_file;
342 EXTENSION;
343 STRING;
344 TUNABLE = WHEN_DISABLED;
345 DESCRIPTION = "The complete path to the file containing the target host password";
346 }
347
|
324 Extension;
325 Enum { NORMAL, MIGRATE };
326 Default = "MIGRATE";
327 Tunable = ANYTIME;
328 Description = "Type of guest domain migration to be performed";
329 }
330
331 {
332 PROPERTY = Plugin_probe;
333 EXTENSION;
334 STRING;
335 DEFAULT = "";
336 TUNABLE = ANYTIME;
337 DESCRIPTION = "Script or command to check the guest domain";
338 }
339
340 {
341 PROPERTY = Password_file;
342 EXTENSION;
343 STRING;
344 DEFAULT = "";
345 TUNABLE = WHEN_DISABLED;
346 DESCRIPTION = "The complete path to the file containing the target host password";
347 }
348
|