Class: Ansible::Ruby::Modules::Rabbitmq_binding
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rabbitmq_binding
- Defined in:
- lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb
Overview
This module uses rabbitMQ Rest API to create/delete bindings
Instance Method Summary collapse
-
#arguments ⇒ Object?
Extra arguments for exchange.
-
#destination ⇒ String
Destination exchange or queue for the binding.
-
#destination_type ⇒ :queue, :exchange
Either queue or exchange.
-
#login_host ⇒ String?
RabbitMQ host for connection.
-
#login_password ⇒ Boolean?
RabbitMQ password for connection.
-
#login_port ⇒ Integer?
RabbitMQ management api port.
-
#login_user ⇒ String?
RabbitMQ user for connection.
-
#name ⇒ String
Source exchange to create binding on.
-
#routing_key ⇒ String?
Routing key for the binding,default is.
-
#state ⇒ :present, ...
Whether the exchange should be present or absent,Only present implemented atm.
-
#vhost ⇒ String?
RabbitMQ virtual host,default vhost is /.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#arguments ⇒ Object?
51 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 51 attribute :arguments |
#destination ⇒ String
39 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 39 attribute :destination |
#destination_type ⇒ :queue, :exchange
43 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 43 attribute :destination_type |
#login_host ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 27 attribute :login_host |
#login_password ⇒ Boolean?
23 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 23 attribute :login_password |
#login_port ⇒ Integer?
31 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 31 attribute :login_port |
#login_user ⇒ String?
19 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 19 attribute :login_user |
#name ⇒ String
15 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 15 attribute :name |
#routing_key ⇒ String?
47 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 47 attribute :routing_key |
#state ⇒ :present, ...
11 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 11 attribute :state |
#vhost ⇒ String?
35 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb', line 35 attribute :vhost |