Class: Ansible::Ruby::Modules::Atomic_container
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Atomic_container
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb
Overview
Manage the containers on the atomic host platform Allows to manage the lifecycle of a container on the atomic host platform
Instance Method Summary collapse
-
#backend ⇒ :docker, :ostree
Define the backend to use for the container.
-
#image ⇒ String
The image to use to install the container.
-
#mode ⇒ :user, :system
Define if it is an user or a system container.
-
#name ⇒ String
Name of the container.
-
#rootfs ⇒ Object?
Define the rootfs of the image.
-
#state ⇒ :latest, ...
State of the container.
-
#values ⇒ Array<String>, ...
Values for the installation of the container.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#backend ⇒ :docker, :ostree
13 |
# File 'lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb', line 13 attribute :backend |
#image ⇒ String
21 |
# File 'lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb', line 21 attribute :image |
#mode ⇒ :user, :system
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb', line 32 attribute :mode |
#name ⇒ String
17 |
# File 'lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb', line 17 attribute :name |
#rootfs ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb', line 25 attribute :rootfs |
#state ⇒ :latest, ...
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb', line 28 attribute :state |
#values ⇒ Array<String>, ...
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/atomic/atomic_container.rb', line 36 attribute :values |