Class: Ansible::Ruby::Modules::Rabbitmq_exchange
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rabbitmq_exchange
- Defined in:
- lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb
Instance Method Summary collapse
-
#arguments ⇒ Object?
Extra arguments for exchange.
-
#auto_delete ⇒ Boolean?
If the exchange should delete itself after all queues/exchanges unbound from it.
-
#durable ⇒ Boolean?
Whether exchange is durable or not.
-
#exchange_type ⇒ :fanout, ...
Type for the exchange.
-
#internal ⇒ Boolean?
Exchange is available only for other exchanges.
-
#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
Name of the exchange to create.
-
#state ⇒ :present, ...
Whether the exchange should be present or absent,Only present implemented atm.
-
#vhost ⇒ String?
RabbitMQ virtual host.
Methods inherited from Base
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
#arguments ⇒ Object?
Returns extra arguments for exchange. If defined this argument is a key/value dictionary.
54 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 54 attribute :arguments |
#auto_delete ⇒ Boolean?
Returns if the exchange should delete itself after all queues/exchanges unbound from it.
46 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 46 attribute :auto_delete |
#durable ⇒ Boolean?
Returns whether exchange is durable or not.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 38 attribute :durable |
#exchange_type ⇒ :fanout, ...
Returns type for the exchange.
42 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 42 attribute :exchange_type |
#internal ⇒ Boolean?
Returns exchange is available only for other exchanges.
50 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 50 attribute :internal |
#login_host ⇒ String?
Returns rabbitMQ host for connection.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 26 attribute :login_host |
#login_password ⇒ Boolean?
Returns rabbitMQ password for connection.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 22 attribute :login_password |
#login_port ⇒ Integer?
Returns rabbitMQ management api port.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 30 attribute :login_port |
#login_user ⇒ String?
Returns rabbitMQ user for connection.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 18 attribute :login_user |
#name ⇒ String
Returns Name of the exchange to create.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Whether the exchange should be present or absent,Only present implemented atm.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 14 attribute :state |
#vhost ⇒ String?
Returns rabbitMQ virtual host.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb', line 34 attribute :vhost |