Class: Ansible::Ruby::Modules::Vmware_guest_boot_facts

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

Overview

This module can be used to gather facts aboyt boot options for the given virtual machine.

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

#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_boot_facts.rb', line 12

attribute :name

#name_match:first, ...

Returns If multiple virtual machines matching the name, use the first or last found.

Returns:

  • (:first, :last, nil)

    If multiple virtual machines matching the name, use the first or last found.



19
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_guest_boot_facts.rb', line 19

attribute :name_match

#uuidObject?

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:

  • (Object, 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_boot_facts.rb', line 16

attribute :uuid