Class: Ansible::Ruby::Modules::Vmware_cluster_facts

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

Overview

This module can be used to gather facts about clusters in VMWare infrastructure. All values and VMware object names are case sensitive.

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.,If set, facts of this cluster will be returned.,This parameter is required, if C(datacenter) is not supplied.

Returns:

  • (String, nil)

    Name of the cluster.,If set, facts of this cluster will be returned.,This parameter is required, if C(datacenter) is not supplied.



17
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_cluster_facts.rb', line 17

attribute :cluster_name

#datacenterString?

Returns Datacenter to search for cluster/s.,This parameter is required, if C(cluster_name) is not supplied.

Returns:

  • (String, nil)

    Datacenter to search for cluster/s.,This parameter is required, if C(cluster_name) is not supplied.



13
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_cluster_facts.rb', line 13

attribute :datacenter