Class: Ansible::Ruby::Modules::Cs_iso
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_iso
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb
Overview
Register and remove ISO images.
Instance Method Summary collapse
-
#account ⇒ Object?
Account the ISO is related to.
-
#bootable ⇒ Object?
Register the ISO to be bootable.
-
#checksum ⇒ String?
The MD5 checksum value of this ISO.
-
#cross_zones ⇒ :yes, ...
Whether the ISO should be synced or removed across zones.,Mutually exclusive with C(zone).
-
#display_text ⇒ Object?
Display text of the ISO.,If not specified, C(name) will be used.
-
#domain ⇒ Object?
Domain the ISO is related to.
-
#is_dynamically_scalable ⇒ Object?
Register the ISO having XS/VMWare tools installed inorder to support dynamic scaling of VM cpu/memory.
-
#is_featured ⇒ Object?
Register the ISO to be featured.
-
#is_public ⇒ Object?
Register the ISO to be publicly available to all users.
-
#is_ready ⇒ Symbol?
This flag is used for searching existing ISOs.
-
#iso_filter ⇒ :featured, ...
Name of the filter used to search for the ISO.
-
#name ⇒ String
Name of the ISO.
-
#os_type ⇒ String?
Name of the OS that best represents the OS of this ISO.
-
#poll_async ⇒ :yes, ...
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the ISO to be registered in.
-
#state ⇒ :present, ...
State of the ISO.
-
#tags ⇒ Object?
List of tags.
-
#url ⇒ String?
URL where the ISO can be downloaded from.
-
#zone ⇒ Object?
Name of the zone you wish the ISO to be registered or deleted from.,If not specified, first zone found will be used.
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
#account ⇒ Object?
50 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 50 attribute :account |
#bootable ⇒ Object?
44 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 44 attribute :bootable |
#checksum ⇒ String?
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 40 attribute :checksum |
#cross_zones ⇒ :yes, ...
59 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 59 attribute :cross_zones |
#display_text ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 16 attribute :display_text |
#domain ⇒ Object?
47 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 47 attribute :domain |
#is_dynamically_scalable ⇒ Object?
37 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 37 attribute :is_dynamically_scalable |
#is_featured ⇒ Object?
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 34 attribute :is_featured |
#is_public ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 31 attribute :is_public |
#is_ready ⇒ Symbol?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 27 attribute :is_ready |
#iso_filter ⇒ :featured, ...
63 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 63 attribute :iso_filter |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 12 attribute :name |
#os_type ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 23 attribute :os_type |
#poll_async ⇒ :yes, ...
71 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 71 attribute :poll_async |
#project ⇒ Object?
53 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 53 attribute :project |
#state ⇒ :present, ...
67 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 67 attribute :state |
#tags ⇒ Object?
75 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 75 attribute :tags |
#url ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 19 attribute :url |
#zone ⇒ Object?
56 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_iso.rb', line 56 attribute :zone |