14 lines
1.2 KiB
Plaintext
14 lines
1.2 KiB
Plaintext
|
|
[ClassVersion("1.0.0.0"), FriendlyName("SystemLogs")]
|
|
class DCPP_SystemLogs : OMI_BaseResource
|
|
{
|
|
[Key] String Category;
|
|
[Write, Description("BiosLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string BiosLogClear;
|
|
[Write, Description("PowerLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string PowerLogClear;
|
|
[Write, Description("ThermalLogClear"), ValueMap{"Keep","Clear"}, Values{"Keep","Clear"}] string ThermalLogClear;
|
|
[Write, Description("Password")] string Password;
|
|
[Write, Description("SecurePassword")] string SecurePassword;
|
|
[Write] string PathToKey;
|
|
};
|
|
|