Class: Ansible::Ruby::Modules::Vmware_host_config_manager

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

Overview

This module can be used to manage advance configuration information about an ESXi host when ESXi hostname or Cluster name is given.

Instance Method Summary collapse

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

Instance Method Details

#cluster_nameString?

Returns Name of the cluster.,Settings are applied to every ESXi host system in given cluster.,If C(esxi_hostname) is not given, this parameter is required.

Returns:

  • (String, nil)

    Name of the cluster.,Settings are applied to every ESXi host system in given cluster.,If C(esxi_hostname) is not given, this parameter is required.



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

attribute :cluster_name

#esxi_hostnameString?

Returns ESXi hostname.,Settings are applied to this ESXi host system.,If C(cluster_name) is not given, this parameter is required.

Returns:

  • (String, nil)

    ESXi hostname.,Settings are applied to this ESXi host system.,If C(cluster_name) is not given, this parameter is required.



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

attribute :esxi_hostname

#optionsObject?

Returns A dictionary of advance configuration parameters.,Invalid options will cause module to error.

Returns:

  • (Object, nil)

    A dictionary of advance configuration parameters.,Invalid options will cause module to error.



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

attribute :options