Class: Ansible::Ruby::Modules::Rabbitmq_plugin
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rabbitmq_plugin
- Defined in:
- lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_plugin.rb
Instance Method Summary collapse
-
#names ⇒ String
Comma-separated list of plugin names.
-
#new_only ⇒ :yes, ...
Only enable missing plugins,Does not disable plugins that are not in the names list.
-
#prefix ⇒ Object?
Specify a custom install prefix to a Rabbit.
-
#state ⇒ :enabled, ...
Specify if plugins are to be enabled or disabled.
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
#names ⇒ String
Returns Comma-separated list of plugin names.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_plugin.rb', line 10 attribute :names |
#new_only ⇒ :yes, ...
Returns Only enable missing plugins,Does not disable plugins that are not in the names list.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_plugin.rb', line 14 attribute :new_only |
#prefix ⇒ Object?
Returns Specify a custom install prefix to a Rabbit.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_plugin.rb', line 22 attribute :prefix |
#state ⇒ :enabled, ...
Returns Specify if plugins are to be enabled or disabled.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_plugin.rb', line 18 attribute :state |