Class: Ansible::Ruby::Modules::Vmware_host_package_facts

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

Overview

This module can be used to gather facts about available packages and their status on an ESXi host.

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

#cluster_nameString?

Returns Name of the cluster.,Package facts about each ESXi server will be returned for given cluster.,If C(esxi_hostname) is not given, this parameter is required.

Returns:

  • (String, nil)

    Name of the cluster.,Package facts about each ESXi server will be returned for given cluster.,If C(esxi_hostname) is not given, this parameter is required.



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

attribute :cluster_name

#esxi_hostnameString?

Returns ESXi hostname.,Package facts about this ESXi server will be returned.,If C(cluster_name) is not given, this parameter is required.

Returns:

  • (String, nil)

    ESXi hostname.,Package facts about this ESXi server will be returned.,If C(cluster_name) is not given, this parameter is required.



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

attribute :esxi_hostname