Class: Ansible::Ruby::Modules::Rabbitmq_policy
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rabbitmq_policy
- Defined in:
- lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb
Overview
Manage the state of a virtual host in RabbitMQ.
Instance Method Summary collapse
-
#apply_to ⇒ :all, ...
What the policy applies to.
-
#name ⇒ String
The name of the policy to manage.
-
#node ⇒ String?
Erlang node name of the rabbit we wish to configure.
-
#pattern ⇒ String
A regex of queues to apply the policy to.
-
#priority ⇒ Integer?
The priority of the policy.
-
#state ⇒ :present, ...
The state of the policy.
-
#tags ⇒ Hash, String
A dict or string describing the policy.
-
#vhost ⇒ String?
The name of the vhost to apply to.
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
#apply_to ⇒ :all, ...
19 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 19 attribute :apply_to |
#name ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 11 attribute :name |
#node ⇒ String?
35 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 35 attribute :node |
#pattern ⇒ String
23 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 23 attribute :pattern |
#priority ⇒ Integer?
31 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 31 attribute :priority |
#state ⇒ :present, ...
39 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 39 attribute :state |
#tags ⇒ Hash, String
27 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 27 attribute :tags |
#vhost ⇒ String?
15 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb', line 15 attribute :vhost |