Class: Ansible::Ruby::Modules::Vmware_guest_find

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_find.rb

Overview

Find the folder path(s) for a virtual machine by name or UUID

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#datacenterObject?

Returns Destination datacenter for the find operation.,Deprecated in 2.5, will be removed in 2.9 release.

Returns:

  • (Object, nil)

    Destination datacenter for the find operation.,Deprecated in 2.5, will be removed in 2.9 release.



20
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_find.rb', line 20

attribute :datacenter

#nameString?

Returns Name of the VM to work with.,This is required if C(uuid) parameter is not supplied.

Returns:

  • (String, nil)

    Name of the VM to work with.,This is required if C(uuid) parameter is not supplied.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_find.rb', line 12

attribute :name

#uuidString?

Returns UUID of the instance to manage if known, this is VMware’s BIOS UUID.,This is required if C(name) parameter is not supplied.

Returns:

  • (String, nil)

    UUID of the instance to manage if known, this is VMware’s BIOS UUID.,This is required if C(name) parameter is not supplied.



16
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_find.rb', line 16

attribute :uuid