Class: Ansible::Ruby::Modules::Rax_clb_nodes

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.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

#addressString?

Returns IP address or domain name of the node.

Returns:

  • (String, nil)

    IP address or domain name of the node



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 10

attribute :address

#condition:enabled, ...

Returns Condition for the node, which determines its role within the load balancer.

Returns:

  • (:enabled, :disabled, :draining, nil)

    Condition for the node, which determines its role within the load balancer



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 14

attribute :condition

#load_balancer_idInteger

Returns Load balancer id.

Returns:

  • (Integer)

    Load balancer id



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 18

attribute :load_balancer_id

#node_idInteger?

Returns Node id.

Returns:

  • (Integer, nil)

    Node id



22
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 22

attribute :node_id

#portInteger?

Returns Port number of the load balanced service on the node.

Returns:

  • (Integer, nil)

    Port number of the load balanced service on the node



26
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 26

attribute :port

#state:present, ...

Returns Indicate desired state of the node.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the node



30
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 30

attribute :state

#type:primary, ...

Returns Type of node.

Returns:

  • (:primary, :secondary, nil)

    Type of node



34
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 34

attribute :type

#wait:yes, ...

Returns Wait for the load balancer to become active before returning.

Returns:

  • (:yes, :no, nil)

    Wait for the load balancer to become active before returning



38
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 38

attribute :wait

#wait_timeoutInteger?

Returns How long to wait before giving up and returning an error.

Returns:

  • (Integer, nil)

    How long to wait before giving up and returning an error



42
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 42

attribute :wait_timeout

#weightObject?

Returns Weight of node.

Returns:

  • (Object, nil)

    Weight of node



46
# File 'lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb', line 46

attribute :weight