Class: Ansible::Ruby::Modules::Win_power_plan

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_power_plan.rb

Overview

This module will change the power plan of a Windows system to the defined string. Windows defaults to C(balanced) which will cause CPU throttling. In some cases it can be preferable to change the mode to C(high performance) to increase CPU performance.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#nameString

Returns String value that indicates the desired power plan. The power plan must already be present on the system. Commonly there will be options for C(balanced) and C(high performance).

Returns:

  • (String)

    String value that indicates the desired power plan. The power plan must already be present on the system. Commonly there will be options for C(balanced) and C(high performance).



13
# File 'lib/ansible/ruby/modules/generated/windows/win_power_plan.rb', line 13

attribute :name