Class: Ansible::Ruby::Modules::Ovirt_tag_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_tag_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_tag_facts.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_tags_facts.rb
Overview
Retrieve facts about one or more oVirt/RHV tags.
Instance Method Summary collapse
-
#host ⇒ String?
Name of the host, which tags should be listed.
-
#name ⇒ String?
Name of the tag which should be listed.
-
#vm ⇒ String?
Name of the VM, which tags should be listed.
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
#host ⇒ String?
Returns Name of the host, which tags should be listed.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_tag_facts.rb', line 20 attribute :host |
#name ⇒ String?
Returns Name of the tag which should be listed.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_tag_facts.rb', line 12 attribute :name |
#vm ⇒ String?
Returns Name of the VM, which tags should be listed.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_tag_facts.rb', line 16 attribute :vm |