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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #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.



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

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.



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

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.



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

attribute :domainname