DSCResources/DCPP_POSTBehavior/DCPP_POSTBehavior.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("POSTBehavior")] class DCPP_POSTBehavior : OMI_BaseResource { [Key] String Category; [Write, ValueMap{"EnabledByFnKey","EnabledByNumlock"}, Values{"EnabledByFnKey","EnabledByNumlock"}] String Keypad; [Write, Description("Numlock"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string Numlock; [Write, Description("Fastboot"), ValueMap{"Minimal","Thorough","Auto"}, Values{"Minimal","Thorough","Auto"}] string Fastboot; [Write, ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] String FnLock; [Write, ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] String FullScreenLogo; [Write, ValueMap{"Secondary","Standard"}, Values{"Secondary","Standard"}] String FnLockMode; [Write, Description("SignOfLifeByKbdBacklight"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SignOfLifeByKbdBacklight; [Write, Description("SignOfLifeByDisplay"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SignOfLifeByDisplay; [Write, Description("SignOfLifeByAudio"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SignOfLifeByAudio; [Write, Description("Password")] string Password; [Write, Description("SecurePassword")] string SecurePassword; [Write] string PathToKey; [Write, Description("WarningsAndErr"), ValueMap{"PromptWrnErr","ContWrn","ContWrnErr"}, Values{"PromptWrnErr","ContWrn","ContWrnErr"}] string WarningsAndErr; [Write, Description("PowerWarn"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PowerWarn; [Write, Description("PntDevice"), ValueMap{"SerialMouse","Ps2Mouse","Touchpad","SwitchToExternalPS2"}, Values{"SerialMouse","Ps2Mouse","Touchpad","SwitchToExternalPS2"}] string PntDevice; [Write, Description("ExternalHotKey"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string ExternalHotKey; [Write, Description("PostF2Key"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PostF2Key; [Write, Description("PostF12Key"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PostF12Key; [Write, Description("PostHelpDeskKey"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PostHelpDeskKey; [Write, Description("RptKeyErr"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string RptKeyErr; [Write, Description("ExtPostTime"), ValueMap{"0s","5s","10s"}, Values{"0s","5s","10s"}] string ExtPostTime; [Write, Description("SignOfLifeIndication"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SignOfLifeIndication; [Write, Description("WyseP25Access"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string WyseP25Access; }; |