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
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, #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.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 10 attribute :name |
#node ⇒ String?
Returns erlang node name of the rabbit we wish to configure.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 14 attribute :node |
#state ⇒ :present, ...
Returns The state of vhost.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 22 attribute :state |
#tracing ⇒ :yes, ...
Returns Enable/disable tracing for a vhost.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb', line 18 attribute :tracing |