Class: Ansible::Ruby::Modules::Glance_image
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Glance_image
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb
Overview
Add or Remove images from the glance repository.
Instance Method Summary collapse
-
#auth_url ⇒ String?
The keystone url for authentication.
-
#container_format ⇒ String?
The format of the container.
-
#copy_from ⇒ String?
A url from where the image can be downloaded, mutually exclusive with file parameter.
-
#disk_format ⇒ String?
The format of the disk that is getting uploaded.
-
#endpoint_type ⇒ :publicURL, ...
The name of the glance service’s endpoint URL type.
-
#file ⇒ Object?
The path to the file which has to be uploaded, mutually exclusive with copy_from.
-
#is_public ⇒ String?
Whether the image can be accessed publicly.
-
#login_password ⇒ String
Password of login user.
-
#login_tenant_name ⇒ String
The tenant name of the login user.
-
#login_username ⇒ String
Login username to authenticate to keystone.
-
#min_disk ⇒ Object?
The minimum disk space required to deploy this image.
-
#min_ram ⇒ Object?
The minimum ram required to deploy this image.
-
#name ⇒ String
Name that has to be given to the image.
-
#owner ⇒ Object?
The owner of the image.
-
#region_name ⇒ Object?
Name of the region.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#timeout ⇒ Integer?
The time to wait for the image process to complete in seconds.
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
#auth_url ⇒ String?
Returns The keystone url for authentication.
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 23 attribute :auth_url |
#container_format ⇒ String?
Returns The format of the container.
42 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 42 attribute :container_format |
#copy_from ⇒ String?
Returns A url from where the image can be downloaded, mutually exclusive with file parameter.
59 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 59 attribute :copy_from |
#disk_format ⇒ String?
Returns The format of the disk that is getting uploaded.
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 38 attribute :disk_format |
#endpoint_type ⇒ :publicURL, ...
Returns The name of the glance service’s endpoint URL type.
70 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 70 attribute :endpoint_type |
#file ⇒ Object?
Returns The path to the file which has to be uploaded, mutually exclusive with copy_from.
67 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 67 attribute :file |
#is_public ⇒ String?
Returns Whether the image can be accessed publicly.
55 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 55 attribute :is_public |
#login_password ⇒ String
Returns Password of login user.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 15 attribute :login_password |
#login_tenant_name ⇒ String
Returns The tenant name of the login user.
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 19 attribute :login_tenant_name |
#login_username ⇒ String
Returns login username to authenticate to keystone.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 11 attribute :login_username |
#min_disk ⇒ Object?
Returns The minimum disk space required to deploy this image.
49 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 49 attribute :min_disk |
#min_ram ⇒ Object?
Returns The minimum ram required to deploy this image.
52 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 52 attribute :min_ram |
#name ⇒ String
Returns Name that has to be given to the image.
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 34 attribute :name |
#owner ⇒ Object?
Returns The owner of the image.
46 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 46 attribute :owner |
#region_name ⇒ Object?
Returns Name of the region.
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 27 attribute :region_name |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 30 attribute :state |
#timeout ⇒ Integer?
Returns The time to wait for the image process to complete in seconds.
63 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 63 attribute :timeout |