Class: Ansible::Ruby::Modules::Swupd
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Swupd
- Defined in:
- lib/ansible/ruby/modules/generated/packaging/os/swupd.rb
Overview
Manages updates and bundles with the swupd bundle manager, which is used by the Clear Linux Project for Intel Architecture.
Instance Method Summary collapse
-
#contenturl ⇒ Object?
URL pointing to the contents of available bundles.
-
#format ⇒ Object?
The format suffix for version file downloads.
-
#manifest ⇒ Integer?
The manifest contains information about the bundles at certaion version of the OS.
-
#name ⇒ String?
Name of the (I)bundle to install or remove.
-
#state ⇒ :present, ...
Indicates the desired (I)bundle state.
-
#update ⇒ Boolean?
Updates the OS to the latest version.
-
#url ⇒ Object?
Overrides both I(contenturl) and I(versionurl).
-
#verify ⇒ Boolean?
Verify content for OS version.
-
#versionurl ⇒ Object?
URL for version string download.
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
#contenturl ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 12 attribute :contenturl |
#format ⇒ Object?
15 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 15 attribute :format |
#manifest ⇒ Integer?
18 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 18 attribute :manifest |
#name ⇒ String?
22 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 22 attribute :name |
#state ⇒ :present, ...
26 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 26 attribute :state |
#update ⇒ Boolean?
30 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 30 attribute :update |
#url ⇒ Object?
34 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 34 attribute :url |
#verify ⇒ Boolean?
37 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 37 attribute :verify |
#versionurl ⇒ Object?
41 |
# File 'lib/ansible/ruby/modules/generated/packaging/os/swupd.rb', line 41 attribute :versionurl |