Class: Ansible::Ruby::Modules::Vmware_guest_tools_wait
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vmware_guest_tools_wait
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_tools_wait.rb
Overview
This module can be used to wait for VMware tools to become available on the given VM and return facts.
Instance Method Summary collapse
-
#folder ⇒ String?
Destination folder, absolute or relative path to find an existing guest.,This is required only, if multiple VMs with same C(name) is found.,The folder should include the datacenter.
-
#name ⇒ String?
Name of the VM for which to wait until the tools become available.,This is required if uuid is not supplied.
-
#name_match ⇒ :first, ...
If multiple VMs match the name, use the first or last found.
-
#uuid ⇒ String?
UUID of the VM for which to wait until the tools become available, if known.
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
#folder ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_tools_wait.rb', line 20 attribute :folder |
#name ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_tools_wait.rb', line 12 attribute :name |
#name_match ⇒ :first, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_tools_wait.rb', line 16 attribute :name_match |
#uuid ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_tools_wait.rb', line 24 attribute :uuid |