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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #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)



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

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.



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

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)



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

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).



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

attribute :hypervisor

#nameString

Returns name of the cluster.

Returns:

  • (String)

    name of the cluster.



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

attribute :name

#ovm3_clusterObject?

Returns Ovm3 native OCFS2 clustering enabled for cluster.

Returns:

  • (Object, nil)

    Ovm3 native OCFS2 clustering enabled for cluster.



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

attribute :ovm3_cluster

#ovm3_poolObject?

Returns Ovm3 native pooling enabled for cluster.

Returns:

  • (Object, nil)

    Ovm3 native pooling enabled for cluster.



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

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).



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

attribute :ovm3_vip

#passwordObject?

Returns Password for the cluster.

Returns:

  • (Object, nil)

    Password for the cluster.



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

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.



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

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.



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

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)



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

attribute :public_vswitch_type

#state:present, ...

Returns State of the cluster.

Returns:

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

    State of the cluster.



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

attribute :state

#urlObject?

Returns URL for the cluster.

Returns:

  • (Object, nil)

    URL for the cluster



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

attribute :url

#usernameObject?

Returns Username for the cluster.

Returns:

  • (Object, nil)

    Username for the cluster.



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

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.



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

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.



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

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.



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

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.



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

attribute :zone