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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#nameString

Returns The name of the vhost to manage.

Returns:

  • (String)

    The name of the vhost to manage



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

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



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

attribute :node

#state:present, ...

Returns The state of vhost.

Returns:

  • (:present, :absent, nil)

    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.

Returns:

  • (:yes, :no, nil)

    Enable/disable tracing for a vhost



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

attribute :tracing