Class: Ansible::Ruby::Modules::Imgadm
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Imgadm
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/smartos/imgadm.rb
Overview
Manage SmartOS virtual machine images through imgadm(1M)
Instance Method Summary collapse
-
#force ⇒ Symbol?
Force a given operation (where supported by imgadm(1M)).
-
#pool ⇒ String?
Zpool to import to or delete images from.
-
#source ⇒ String?
URI for the image source.
-
#state ⇒ :present, ...
State the object operated on should be in.
-
#type ⇒ :imgapi, ...
Type for image sources.
-
#uuid ⇒ String?
Image UUID.
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
#force ⇒ Symbol?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/smartos/imgadm.rb', line 12 attribute :force |
#pool ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/smartos/imgadm.rb', line 16 attribute :pool |
#source ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/smartos/imgadm.rb', line 20 attribute :source |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/smartos/imgadm.rb', line 24 attribute :state |
#type ⇒ :imgapi, ...
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/smartos/imgadm.rb', line 28 attribute :type |
#uuid ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/smartos/imgadm.rb', line 32 attribute :uuid |