Class: Ansible::Ruby::Modules::Vmware_host
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vmware_host
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb
Overview
This module can be used to add/remove an ESXi host to/from vCenter
Instance Method Summary collapse
-
#cluster_name ⇒ String
Name of the cluster to add the host.
-
#datacenter_name ⇒ String
Name of the datacenter to add the host.
-
#esxi_hostname ⇒ String
ESXi hostname to manage.
-
#esxi_password ⇒ String
ESXi password.
-
#esxi_username ⇒ String
ESXi username.
-
#state ⇒ :present, ...
Add or remove the host.
Methods inherited from Base
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_name ⇒ String
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb', line 15 attribute :cluster_name |
#datacenter_name ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb', line 11 attribute :datacenter_name |
#esxi_hostname ⇒ String
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb', line 19 attribute :esxi_hostname |
#esxi_password ⇒ String
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb', line 27 attribute :esxi_password |
#esxi_username ⇒ String
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb', line 23 attribute :esxi_username |
#state ⇒ :present, ...
31 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb', line 31 attribute :state |