14 lines
1.3 KiB
Plaintext
14 lines
1.3 KiB
Plaintext
|
|
[ClassVersion("1.0.0.0"), FriendlyName("Manageability")]
|
|
class DCPP_Manageability : OMI_BaseResource
|
|
{
|
|
[Key] String Category;
|
|
[Write, Description("UsbProvision"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string UsbProvision;
|
|
[Write, Description("PostMebxKey"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PostMebxKey;
|
|
[Write, Description("BroadcomTruManage"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string BroadcomTruManage;
|
|
[Write, Description("Password")] string Password;
|
|
[Write, Description("SecurePassword")] string SecurePassword;
|
|
[Write] string PathToKey;
|
|
};
|
|
|