Class: Ansible::Ruby::Modules::Rhn_channel
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rhn_channel
- 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
-
#name ⇒ String
Name of the software channel.
-
#password ⇒ String
The user’s password.
-
#state ⇒ String?
Whether the channel should be present or not.
-
#sysname ⇒ String
Name of the system as it is known in RHN/Satellite.
-
#url ⇒ String
The full url to the RHN/Satellite api.
-
#user ⇒ String
RHN/Satellite user.
Methods inherited from Base
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
#name ⇒ String
Returns name of the software channel.
11 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 11 attribute :name |
#password ⇒ String
Returns the user’s password.
31 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 31 attribute :password |
#state ⇒ String?
Returns 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 |
#sysname ⇒ String
Returns 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 |
#url ⇒ String
Returns 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 |
#user ⇒ String
Returns RHN/Satellite user.
27 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 27 attribute :user |