Class: Ansible::Ruby::Modules::Alternatives

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/system/alternatives.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

Returns The path to the symbolic link that should point to the real executable.,This option is required on RHEL-based distributions.

Returns:

  • (String, nil)

    The path to the symbolic link that should point to the real executable.,This option is required on RHEL-based distributions



18
# File 'lib/ansible/ruby/modules/generated/extras/system/alternatives.rb', line 18

attribute :link

#nameString

Returns The generic name of the link.

Returns:

  • (String)

    The generic name of the link.



10
# File 'lib/ansible/ruby/modules/generated/extras/system/alternatives.rb', line 10

attribute :name

#pathString

Returns The path to the real executable that the link should point to.

Returns:

  • (String)

    The path to the real executable that the link should point to.



14
# File 'lib/ansible/ruby/modules/generated/extras/system/alternatives.rb', line 14

attribute :path