DSCResources/DCPP_Performance/DCPP_Performance.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("Performance")] class DCPP_Performance : OMI_BaseResource { [Key] String Category; [Write, Description("EnableMultiCoreSupport"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string EnableMultiCoreSupport; [Write, Description("MultiCoreSupport"), ValueMap{"Cores1","Cores2","Cores4","Cores6","Cores8","Cores10","Cores12","Cores14","Cores16","CoresAll"}, Values{"Cores1","Cores2","Cores4","Cores6","Cores8","Cores10","Cores12","Cores14","Cores16","CoresAll"}] string MultiCoreSupport; [Write, Description("IntelRapidStart"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string IntelRapidStart; [Write, Description("AmdThreadControl"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string AmdThreadControl; [Write, Description("AmdTurboCore"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string AmdTurboCore; [Write, Description("MemRSA"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string MemRSA; [Write, Description("PcieRSA"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string PcieRSA; [Write, Description("CpuRSA"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string CpuRSA; [Write] Uint32 IrstTimer; [Write, Description("Speedstep"), ValueMap{"Enabled","Disabled","MaximumPerformance","MaximumBattery"}, Values{"Enabled","Disabled","MaximumPerformance","MaximumBattery"}] string Speedstep; [Write, Description("CStatesCtrl"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string CStatesCtrl; [Write, Description("LimitCpuidValue"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string LimitCpuidValue; [Write, Description("TurboMode"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TurboMode; [Write, Description("LogicProc"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string LogicProc; [Write, Description("HwPrefetcher"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string HwPrefetcher; [Write, Description("AdjCachePrefetch"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string AdjCachePrefetch; [Write, Description("DRmt"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string DRmt; [Write, Description("CpuSnoopMode"), ValueMap{"Early","Home","ClusterOnDie","OppSnoop","NoSnoop"}, Values{"Early","Home","ClusterOnDie","OppSnoop","NoSnoop"}] string CpuSnoopMode; [Write, Description("SystemIsochronousMode"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string SystemIsochronousMode; [Write, Description("NodeInterleave"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string NodeInterleave; [Write, Description("IntelRapidStartInstantOnDisplay"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string IntelRapidStartInstantOnDisplay; [Write, Description("ClearDellRmtLog"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string ClearDellRmtLog; [Write, Description("Password")] string Password; [Write, Description("SecurePassword")] string SecurePassword; [Write] string PathToKey; }; |