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

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

Instance Method Summary collapse

Methods inherited from Base

#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 The name of the cluster that will be created.

Returns:

  • (String)

    The name of the cluster that will be created



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

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.



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

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.



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

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.



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

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.



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

attribute :enable_vsan