Class: Ansible::Ruby::Modules::Vmware_cluster

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

Overview

Create VMware vSphere Cluster

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

#cluster_nameString

Returns The name of the cluster that will be created.

Returns:

  • (String)

    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_nameString

Returns The name of the datacenter the cluster will be created in.

Returns:

  • (String)

    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_drsBoolean?

Returns If set to True will enable DRS when the cluster is created.

Returns:

  • (Boolean, nil)

    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_haBoolean?

Returns If set to True will enable HA when the cluster is created.

Returns:

  • (Boolean, nil)

    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_vsanBoolean?

Returns If set to True will enable vSAN when the cluster is created.

Returns:

  • (Boolean, nil)

    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