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
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, #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.
10 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 10 attribute :name |
#password ⇒ String
Returns the user’s password.
30 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 30 attribute :password |
#state ⇒ String?
Returns whether the channel should be present or not.
18 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 18 attribute :state |
#sysname ⇒ String
Returns name of the system as it is known in RHN/Satellite.
14 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 14 attribute :sysname |
#url ⇒ String
Returns The full url to the RHN/Satellite api.
22 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 22 attribute :url |
#user ⇒ String
Returns RHN/Satellite user.
26 |
# File 'lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb', line 26 attribute :user |