Class: Ansible::Ruby::Modules::Vmware_host

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

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, #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 to add the host.

Returns:

  • (String)

    Name of the cluster to add the host



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

attribute :cluster_name

#datacenter_nameString

Returns Name of the datacenter to add the host.

Returns:

  • (String)

    Name of the datacenter to add the host



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

attribute :datacenter_name

#esxi_hostnameString

Returns ESXi hostname to manage.

Returns:

  • (String)

    ESXi hostname to manage



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

attribute :esxi_hostname

#esxi_passwordString

Returns ESXi password.

Returns:

  • (String)

    ESXi password



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

attribute :esxi_password

#esxi_usernameString

Returns ESXi username.

Returns:

  • (String)

    ESXi username



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

attribute :esxi_username

#state:present, ...

Returns Add or remove the host.

Returns:

  • (:present, :absent, nil)

    Add or remove the host



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

attribute :state