Class: Ansible::Ruby::Modules::Rabbitmq_vhost
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rabbitmq_vhost
- Defined in:
- lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb
Overview
Manage the state of a virtual host in RabbitMQ
Instance Method Summary collapse
-
#name ⇒ String
The name of the vhost to manage.
-
#node ⇒ String?
Erlang node name of the rabbit we wish to configure.
-
#state ⇒ :present, ...
The state of vhost.
-
#tracing ⇒ :yes, ...
Enable/disable tracing for a vhost.
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
#name ⇒ String
Returns The name of the vhost to manage.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 11 attribute :name |
#node ⇒ String?
Returns erlang node name of the rabbit we wish to configure.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 15 attribute :node |
#state ⇒ :present, ...
Returns The state of vhost.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 23 attribute :state |
#tracing ⇒ :yes, ...
Returns Enable/disable tracing for a vhost.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 19 attribute :tracing |