Class: Ansible::Ruby::Modules::Os_image
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_image
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb
Instance Method Summary collapse
-
#container_format ⇒ String?
The format of the container.
-
#disk_format ⇒ String?
The format of the disk that is getting uploaded.
-
#filename ⇒ String?
The path to the file which has to be uploaded.
-
#is_public ⇒ String?
Whether the image can be accessed publicly.
-
#kernel ⇒ String?
The name of an existing kernel image that will be associated with this image.
-
#min_disk ⇒ Object?
The minimum disk space (in GB) required to boot this image.
-
#min_ram ⇒ Object?
The minimum ram (in MB) required to boot this image.
-
#name ⇒ String
Name that has to be given to the image.
-
#owner ⇒ Object?
The owner of the image.
-
#properties ⇒ Object?
Additional properties to be associated with this image.
-
#ramdisk ⇒ String?
The name of an existing ramdisk image that will be associated with this image.
-
#state ⇒ :present, ...
Should the resource be present or absent.
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
#container_format ⇒ String?
Returns The format of the container.
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 18 attribute :container_format |
#disk_format ⇒ String?
Returns The format of the disk that is getting uploaded.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 14 attribute :disk_format |
#filename ⇒ String?
Returns The path to the file which has to be uploaded.
35 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 35 attribute :filename |
#is_public ⇒ String?
Returns Whether the image can be accessed publicly. Note that publicizing an image requires admin role by default.
31 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 31 attribute :is_public |
#kernel ⇒ String?
Returns The name of an existing kernel image that will be associated with this image.
43 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 43 attribute :kernel |
#min_disk ⇒ Object?
Returns The minimum disk space (in GB) required to boot this image.
25 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 25 attribute :min_disk |
#min_ram ⇒ Object?
Returns The minimum ram (in MB) required to boot this image.
28 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 28 attribute :min_ram |
#name ⇒ String
Returns Name that has to be given to the image.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 10 attribute :name |
#owner ⇒ Object?
Returns The owner of the image.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 22 attribute :owner |
#properties ⇒ Object?
Returns Additional properties to be associated with this image.
47 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 47 attribute :properties |
#ramdisk ⇒ String?
Returns The name of an existing ramdisk image that will be associated with this image.
39 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 39 attribute :ramdisk |
#state ⇒ :present, ...
Returns Should the resource be present or absent.
50 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb', line 50 attribute :state |