Class: Ansible::Ruby::Modules::Win_regedit

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

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, #to_h, validates

Constructor Details

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

Instance Method Details

#dataObject?

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.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:binary, :dword, :expandstring, :multistring, :string, :qword, nil)

    Registry Value Data Type



21
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 21

attribute :datatype

#keyObject

Returns Name of Registry Key.

Returns:

  • (Object)

    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.

Returns:

  • (:present, :absent, nil)

    State of Registry Value



25
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 25

attribute :state

#valueObject

Returns Name of Registry Value.

Returns:

  • (Object)

    Name of Registry Value



14
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb', line 14

attribute :value