Class: Ansible::Ruby::Modules::Rabbitmq_queue

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb

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, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#argumentsObject?

Returns extra arguments for queue. If defined this argument is a key/value dictionary.

Returns:

  • (Object, nil)

    extra arguments for queue. If defined this argument is a key/value dictionary



64
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 64

attribute :arguments

#auto_deleteBoolean?

Returns if the queue should delete itself after all queues/queues unbound from it.

Returns:

  • (Boolean, nil)

    if the queue should delete itself after all queues/queues unbound from it



42
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 42

attribute :auto_delete

#auto_expiresString?

Returns How long a queue can be unused before it is automatically deleted (milliseconds).

Returns:

  • (String, nil)

    How long a queue can be unused before it is automatically deleted (milliseconds)



50
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 50

attribute :auto_expires

#dead_letter_exchangeObject?

Returns Optional name of an exchange to which messages will be republished if they,are rejected or expire.

Returns:

  • (Object, nil)

    Optional name of an exchange to which messages will be republished if they,are rejected or expire



58
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 58

attribute :dead_letter_exchange

#dead_letter_routing_keyObject?

Returns Optional replacement routing key to use when a message is dead-lettered.,Original routing key will be used if unset.

Returns:

  • (Object, nil)

    Optional replacement routing key to use when a message is dead-lettered.,Original routing key will be used if unset



61
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 61

attribute :dead_letter_routing_key

#durableBoolean?

Returns whether queue is durable or not.

Returns:

  • (Boolean, nil)

    whether queue is durable or not



38
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 38

attribute :durable

#login_hostString?

Returns rabbitMQ host for connection.

Returns:

  • (String, nil)

    rabbitMQ host for connection



26
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 26

attribute :login_host

#login_passwordBoolean?

Returns rabbitMQ password for connection.

Returns:

  • (Boolean, nil)

    rabbitMQ password for connection



22
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 22

attribute :login_password

#login_portInteger?

Returns rabbitMQ management api port.

Returns:

  • (Integer, nil)

    rabbitMQ management api port



30
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 30

attribute :login_port

#login_userString?

Returns rabbitMQ user for connection.

Returns:

  • (String, nil)

    rabbitMQ user for connection



18
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 18

attribute :login_user

#max_lengthString?

Returns How many messages can the queue contain before it starts rejecting.

Returns:

  • (String, nil)

    How many messages can the queue contain before it starts rejecting



54
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 54

attribute :max_length

#message_ttlString?

Returns How long a message can live in queue before it is discarded (milliseconds).

Returns:

  • (String, nil)

    How long a message can live in queue before it is discarded (milliseconds)



46
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 46

attribute :message_ttl

#nameString

Returns Name of the queue to create.

Returns:

  • (String)

    Name of the queue to create



10
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 10

attribute :name

#state:present, ...

Returns Whether the queue should be present or absent,Only present implemented atm.

Returns:

  • (:present, :absent, nil)

    Whether the queue should be present or absent,Only present implemented atm



14
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 14

attribute :state

#vhostString?

Returns rabbitMQ virtual host.

Returns:

  • (String, nil)

    rabbitMQ virtual host



34
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb', line 34

attribute :vhost