Class: Ansible::Ruby::Modules::Rabbitmq_vhost

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/messaging/rabbitmq_vhost.rb

Overview

Manage the state of a virtual host in RabbitMQ

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#nameString

Returns The name of the vhost to manage.

Returns:

  • (String)

    The name of the vhost to manage



12
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_vhost.rb', line 12

attribute :name

#nodeString?

Returns erlang node name of the rabbit we wish to configure.

Returns:

  • (String, nil)

    erlang node name of the rabbit we wish to configure



16
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_vhost.rb', line 16

attribute :node

#state:present, ...

Returns The state of vhost.

Returns:

  • (:present, :absent, nil)

    The state of vhost



24
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_vhost.rb', line 24

attribute :state

#tracing:yes, ...

Returns Enable/disable tracing for a vhost.

Returns:

  • (:yes, :no, nil)

    Enable/disable tracing for a vhost



20
# File 'lib/ansible/ruby/modules/generated/messaging/rabbitmq_vhost.rb', line 20

attribute :tracing