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
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, #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.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 22 attribute :auth_url |
#container_format ⇒ String?
Returns The format of the container.
41 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 41 attribute :container_format |
#copy_from ⇒ String?
Returns A url from where the image can be downloaded, mutually exclusive with file parameter.
58 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 58 attribute :copy_from |
#disk_format ⇒ String?
Returns The format of the disk that is getting uploaded.
37 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 37 attribute :disk_format |
#endpoint_type ⇒ :publicURL, ...
Returns The name of the glance service’s endpoint URL type.
69 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 69 attribute :endpoint_type |
#file ⇒ Object?
Returns The path to the file which has to be uploaded, mutually exclusive with copy_from.
66 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 66 attribute :file |
#is_public ⇒ String?
Returns Whether the image can be accessed publicly.
54 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 54 attribute :is_public |
#login_password ⇒ String
Returns Password of login user.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 14 attribute :login_password |
#login_tenant_name ⇒ String
Returns The tenant name of the login user.
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 18 attribute :login_tenant_name |
#login_username ⇒ String
Returns login username to authenticate to keystone.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 10 attribute :login_username |
#min_disk ⇒ Object?
Returns The minimum disk space required to deploy this image.
48 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 48 attribute :min_disk |
#min_ram ⇒ Object?
Returns The minimum ram required to deploy this image.
51 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 51 attribute :min_ram |
#name ⇒ String
Returns Name that has to be given to the image.
33 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 33 attribute :name |
#owner ⇒ Object?
Returns The owner of the image.
45 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 45 attribute :owner |
#region_name ⇒ Object?
Returns Name of the region.
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 26 attribute :region_name |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
29 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 29 attribute :state |
#timeout ⇒ Integer?
Returns The time to wait for the image process to complete in seconds.
62 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb', line 62 attribute :timeout |