Class: Ansible::Ruby::Modules::Vmware_cluster
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vmware_cluster
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_cluster.rb
Overview
Create VMware vSphere Cluster
Instance Method Summary collapse
-
#cluster_name ⇒ String
The name of the cluster that will be created.
-
#datacenter_name ⇒ String
The name of the datacenter the cluster will be created in.
-
#enable_drs ⇒ Boolean?
If set to True will enable DRS when the cluster is created.
-
#enable_ha ⇒ Boolean?
If set to True will enable HA when the cluster is created.
-
#enable_vsan ⇒ Boolean?
If set to True will enable vSAN when the cluster is created.
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
Returns The name of the cluster that will be created.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_cluster.rb', line 15 attribute :cluster_name |
#datacenter_name ⇒ String
Returns The name of the datacenter the cluster will be created in.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_cluster.rb', line 11 attribute :datacenter_name |
#enable_drs ⇒ Boolean?
Returns If set to True will enable DRS when the cluster is created.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_cluster.rb', line 23 attribute :enable_drs |
#enable_ha ⇒ Boolean?
Returns If set to True will enable HA when the cluster is created.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_cluster.rb', line 19 attribute :enable_ha |
#enable_vsan ⇒ Boolean?
Returns If set to True will enable vSAN when the cluster is created.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_cluster.rb', line 27 attribute :enable_vsan |