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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_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_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)



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

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.



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

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)



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

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



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

attribute :hypervisor

#nameString

Returns name of the cluster.

Returns:

  • (String)

    name of the cluster.



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

attribute :name

#ovm3_clusterObject?

Returns Ovm3 native OCFS2 clustering enabled for cluster.

Returns:

  • (Object, nil)

    Ovm3 native OCFS2 clustering enabled for cluster.



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

attribute :ovm3_cluster

#ovm3_poolObject?

Returns Ovm3 native pooling enabled for cluster.

Returns:

  • (Object, nil)

    Ovm3 native pooling enabled for cluster.



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

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



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

attribute :ovm3_vip

#passwordObject?

Returns Password for the cluster.

Returns:

  • (Object, nil)

    Password for the cluster.



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

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.



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

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.



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

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)



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

attribute :public_vswitch_type

#state:present, ...

Returns State of the cluster.

Returns:

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

    State of the cluster.



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

attribute :state

#urlObject?

Returns URL for the cluster.

Returns:

  • (Object, nil)

    URL for the cluster



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

attribute :url

#usernameObject?

Returns Username for the cluster.

Returns:

  • (Object, nil)

    Username for the cluster.



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

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.



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

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.



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

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.



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

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.



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

attribute :zone