Class: Ansible::Ruby::Modules::Cs_cluster

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

Overview

Create, update and remove clusters.

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_type:CloudManaged, ...

Returns Type of the cluster.,Required if C(state=present).

Returns:

  • (:CloudManaged, :ExternalManaged, nil)

    Type of the cluster.,Required if C(state=present)



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

attribute :cluster_type

#guest_vswitch_nameObject?

Returns Name of virtual switch used for guest traffic in the cluster.,This would override zone wide traffic label setting.

Returns:

  • (Object, nil)

    Name of virtual switch used for guest traffic in the cluster.,This would override zone wide traffic label setting.



39
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 39

attribute :guest_vswitch_name

#guest_vswitch_type:vmwaresvs, ...

Returns Type of virtual switch used for guest traffic in the cluster.,Allowed values are, vmwaresvs (for VMware standard vSwitch) and vmwaredvs (for VMware distributed vSwitch).

Returns:

  • (:vmwaresvs, :vmwaredvs, nil)

    Type of virtual switch used for guest traffic in the cluster.,Allowed values are, vmwaresvs (for VMware standard vSwitch) and vmwaredvs (for VMware distributed vSwitch)



42
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 42

attribute :guest_vswitch_type

#hypervisor:KVM, ...

Returns Name the hypervisor to be used.,Required if C(state=present).

Returns:

  • (:KVM, :VMware, :BareMetal, :XenServer, :LXC, :HyperV, :UCS, :OVM, nil)

    Name the hypervisor to be used.,Required if C(state=present).



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

attribute :hypervisor

#nameString

Returns name of the cluster.

Returns:

  • (String)

    name of the cluster.



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 11

attribute :name

#ovm3_clusterObject?

Returns Ovm3 native OCFS2 clustering enabled for cluster.

Returns:

  • (Object, nil)

    Ovm3 native OCFS2 clustering enabled for cluster.



62
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 62

attribute :ovm3_cluster

#ovm3_poolObject?

Returns Ovm3 native pooling enabled for cluster.

Returns:

  • (Object, nil)

    Ovm3 native pooling enabled for cluster.



65
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 65

attribute :ovm3_pool

#ovm3_vipObject?

Returns Ovm3 vip to use for pool (and cluster).

Returns:

  • (Object, nil)

    Ovm3 vip to use for pool (and cluster).



68
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 68

attribute :ovm3_vip

#passwordObject?

Returns Password for the cluster.

Returns:

  • (Object, nil)

    Password for the cluster.



36
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 36

attribute :password

#podObject?

Returns Name of the pod in which the cluster belongs to.

Returns:

  • (Object, nil)

    Name of the pod in which the cluster belongs to.



19
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 19

attribute :pod

#public_vswitch_nameObject?

Returns Name of virtual switch used for public traffic in the cluster.,This would override zone wide traffic label setting.

Returns:

  • (Object, nil)

    Name of virtual switch used for public traffic in the cluster.,This would override zone wide traffic label setting.



46
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 46

attribute :public_vswitch_name

#public_vswitch_type:vmwaresvs, ...

Returns Type of virtual switch used for public traffic in the cluster.,Allowed values are, vmwaresvs (for VMware standard vSwitch) and vmwaredvs (for VMware distributed vSwitch).

Returns:

  • (:vmwaresvs, :vmwaredvs, nil)

    Type of virtual switch used for public traffic in the cluster.,Allowed values are, vmwaresvs (for VMware standard vSwitch) and vmwaredvs (for VMware distributed vSwitch)



49
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 49

attribute :public_vswitch_type

#state:present, ...

Returns State of the cluster.

Returns:

  • (:present, :absent, :disabled, :enabled, nil)

    State of the cluster.



71
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 71

attribute :state

#urlObject?

Returns URL for the cluster.

Returns:

  • (Object, nil)

    URL for the cluster



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

attribute :url

#usernameObject?

Returns Username for the cluster.

Returns:

  • (Object, nil)

    Username for the cluster.



33
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 33

attribute :username

#vms_ip_addressObject?

Returns IP address of the VSM associated with this cluster.

Returns:

  • (Object, nil)

    IP address of the VSM associated with this cluster.



53
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 53

attribute :vms_ip_address

#vms_passwordObject?

Returns Password for the VSM associated with this cluster.

Returns:

  • (Object, nil)

    Password for the VSM associated with this cluster.



59
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 59

attribute :vms_password

#vms_usernameObject?

Returns Username for the VSM associated with this cluster.

Returns:

  • (Object, nil)

    Username for the VSM associated with this cluster.



56
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 56

attribute :vms_username

#zoneString?

Returns Name of the zone in which the cluster belongs to.,If not set, default zone is used.

Returns:

  • (String, nil)

    Name of the zone in which the cluster belongs to.,If not set, default zone is used.



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb', line 15

attribute :zone