Class: Ansible::Ruby::Modules::Vmware_dns_config

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

Overview

Manage VMware ESXi DNS Configuration

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

#change_hostname_toString

Returns The hostname that an ESXi host should be changed to.

Returns:

  • (String)

    The hostname that an ESXi host should be changed to.



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dns_config.rb', line 11

attribute :change_hostname_to

#dns_serversArray<String>, String

Returns The DNS servers that the host should be configured to use.

Returns:

  • (Array<String>, String)

    The DNS servers that the host should be configured to use.



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

attribute :dns_servers

#domainnameString

Returns The domain the ESXi host should be apart of.

Returns:

  • (String)

    The domain the ESXi host should be apart of.



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dns_config.rb', line 15

attribute :domainname