Class: Ansible::Ruby::Modules::Rhn_channel

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb

Overview

Adds or removes Red Hat software channels

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 name of the software channel.

Returns:

  • (String)

    name of the software channel



11
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 11

attribute :name

#passwordString

Returns the user’s password.

Returns:

  • (String)

    the user’s password



31
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 31

attribute :password

#stateString?

Returns whether the channel should be present or not.

Returns:

  • (String, nil)

    whether the channel should be present or not



19
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 19

attribute :state

#sysnameString

Returns name of the system as it is known in RHN/Satellite.

Returns:

  • (String)

    name of the system as it is known in RHN/Satellite



15
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 15

attribute :sysname

#urlString

Returns The full url to the RHN/Satellite api.

Returns:

  • (String)

    The full url to the RHN/Satellite api



23
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 23

attribute :url

#userString

Returns RHN/Satellite user.

Returns:

  • (String)

    RHN/Satellite user



27
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 27

attribute :user