Class: Ansible::Ruby::Modules::Win_regedit
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_regedit
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb
Instance Method Summary collapse
-
#data ⇒ Object?
Registry Value Data.
-
#datatype ⇒ :binary, ...
Registry Value Data Type.
-
#key ⇒ Object
Name of Registry Key.
-
#state ⇒ :present, ...
State of Registry Value.
-
#value ⇒ Object
Name of Registry Value.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#data ⇒ Object?
Returns Registry Value Data. Binary data should be expressed a yaml byte array or as comma separated hex values. An easy way to generate this is to run C(regedit.exe) and use the I(Export) option to save the registry values to a file. In the exported file binary values will look like C(hex:be,ef,be,ef). The C(hex:) prefix is optional.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 18 attribute :data |
#datatype ⇒ :binary, ...
Returns Registry Value Data Type.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 21 attribute :datatype |
#key ⇒ Object
Returns Name of Registry Key.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 10 attribute :key |
#state ⇒ :present, ...
Returns State of Registry Value.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 25 attribute :state |
#value ⇒ Object
Returns Name of Registry Value.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 14 attribute :value |