You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Key, Description("Use value 'Present' if the plan name should be activated. Use value 'Absent' to active the default plan for the operating system (hard-coded to plan 'Balanced')."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
5
-
[Write, Description("The name och the plan to activate. Default value is 'High performance'.")] String Name;
4
+
[Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"), ValueMap{"Yes"}, Values{"Yes"}] String IsSingleInstance;
5
+
[Required, Description("The name of the plan to activate.")] String Name;
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ xScheduledTask has the following properties:
74
74
## xPowerPlan
75
75
xPowerPlan resource has following properties:
76
76
77
-
* Ensure: Use value 'Present' if the plan name should be activated. Use value 'Absent' to active the default plan for the operating system (hard-coded to plan 'Balanced').
78
-
* Name: The name och the plan to activate. Default value is 'High performance'.
77
+
* IsSingleInstance: Specifies the resource is a single instance, the value must be 'Yes'.
0 commit comments