16 lines
1.8 KiB
Plaintext
16 lines
1.8 KiB
Plaintext
|
|
[ClassVersion("1.0.0.0"), FriendlyName("Maintenance")]
|
|
class DCPP_Maintenance : OMI_BaseResource
|
|
{
|
|
[Key] String Category;
|
|
[Write, Description("Serr"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string Serr;
|
|
[Write, Description("BiosRcvrFrmHdd"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BiosRcvrFrmHdd;
|
|
[Write, Description("BiosAutoRcvr"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BiosAutoRcvr;
|
|
[Write, Description("BiosIntegrityCheck"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BiosIntegrityCheck;
|
|
[Write, Description("AllowBIOSDowngrade"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string AllowBIOSDowngrade;
|
|
[Write, Description("Password")] string Password;
|
|
[Write, Description("SecurePassword")] string SecurePassword;
|
|
[Write] string PathToKey;
|
|
};
|
|
|