Class: Ansible::Ruby::Modules::Os_image_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_image_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/openstack/os_image_facts.rb
Overview
Retrieve facts about a image image from OpenStack.
Instance Method Summary collapse
-
#availability_zone ⇒ Object?
Ignored.
-
#image ⇒ String?
Name or ID of the image.
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
#availability_zone ⇒ Object?
Returns Ignored. Present for backwards compatibility.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_image_facts.rb', line 16 attribute :availability_zone |
#image ⇒ String?
Returns Name or ID of the image.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_image_facts.rb', line 12 attribute :image |