Class: Ansible::Ruby::Modules::Vmware_host_facts

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

Overview

This module can be used to gathers facts like CPU, memory, datastore, network and system etc. about ESXi host system. Please specify hostname or IP address of ESXi host system as C(hostname). If hostname or IP address of vCenter is provided as C(hostname), then information about first ESXi hostsystem is returned. VSAN facts added in 2.7 version.

Method Summary

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base