Class: Ansible::Ruby::Modules::Rax_clb

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

#algorithm:RANDOM, ...

Returns algorithm for the balancer being created.

Returns:

  • (:RANDOM, :LEAST_CONNECTIONS, :ROUND_ROBIN, :WEIGHTED_LEAST_CONNECTIONS, :WEIGHTED_ROUND_ROBIN, nil)

    algorithm for the balancer being created



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

attribute :algorithm

#metaObject?

Returns A hash of metadata to associate with the instance.

Returns:

  • (Object, nil)

    A hash of metadata to associate with the instance



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

attribute :meta

#nameString?

Returns Name to give the load balancer.

Returns:

  • (String, nil)

    Name to give the load balancer



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

attribute :name

#portInteger?

Returns Port for the balancer being created.

Returns:

  • (Integer, nil)

    Port for the balancer being created



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

attribute :port

#protocol:DNS_TCP, ...

Returns Protocol for the balancer being created.

Returns:

  • (:DNS_TCP, :DNS_UDP, :FTP, :HTTP, :HTTPS, :IMAPS, :IMAPv4, :LDAP, :LDAPS, :MYSQL, :POP3, :POP3S, :SMTP, :TCP, :TCP_CLIENT_FIRST, :UDP, :UDP_STREAM, :SFTP, nil)

    Protocol for the balancer being created



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

attribute :protocol

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state

#timeoutInteger?

Returns timeout for communication between the balancer and the node.

Returns:

  • (Integer, nil)

    timeout for communication between the balancer and the node



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

attribute :timeout

#type:PUBLIC, ...

Returns type of interface for the balancer being created.

Returns:

  • (:PUBLIC, :SERVICENET, nil)

    type of interface for the balancer being created



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

attribute :type

#vip_idObject?

Returns Virtual IP ID to use when creating the load balancer for purposes of sharing an IP with another load balancer of another protocol.

Returns:

  • (Object, nil)

    Virtual IP ID to use when creating the load balancer for purposes of sharing an IP with another load balancer of another protocol



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

attribute :vip_id

#wait:yes, ...

Returns wait for the balancer to be in state ‘running’ before returning.

Returns:

  • (:yes, :no, nil)

    wait for the balancer to be in state ‘running’ before returning



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

attribute :wait

#wait_timeoutInteger?

Returns how long before wait gives up, in seconds.

Returns:

  • (Integer, nil)

    how long before wait gives up, in seconds



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

attribute :wait_timeout